Home
last modified time | relevance | path

Searched refs:mt_root_tuple_slot (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c1481 Assert(mtstate->mt_root_tuple_slot == NULL); in ExecCrossPartitionUpdate()
1482 mtstate->mt_root_tuple_slot = table_slot_create(rootRel, NULL); in ExecCrossPartitionUpdate()
1556 mtstate->mt_root_tuple_slot); in ExecCrossPartitionUpdate()
3207 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
3208 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot); in ExecUpdate()
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2863 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot); in ExecUpdate()
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2883 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot); in ExecUpdate()
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2883 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot); in ExecUpdate()
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2883 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot); in ExecUpdate()
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2863 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot); in ExecUpdate()
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2863 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot);
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL);
2883 if (node->mt_root_tuple_slot)
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot);
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot);
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL);
2883 if (node->mt_root_tuple_slot)
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot);
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL);
2863 if (node->mt_root_tuple_slot)
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot); in ExecUpdate()
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2863 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot);
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL);
2863 if (node->mt_root_tuple_slot)
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c1347 mtstate->mt_root_tuple_slot); in ExecUpdate()
2510 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2863 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2864 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot); in ExecUpdate()
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2883 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c1371 mtstate->mt_root_tuple_slot); in ExecUpdate()
2533 mtstate->mt_root_tuple_slot = table_slot_create(rel, NULL); in ExecInitModifyTable()
2883 if (node->mt_root_tuple_slot) in ExecEndModifyTable()
2884 ExecDropSingleTupleTableSlot(node->mt_root_tuple_slot); in ExecEndModifyTable()
/dports/databases/postgresql12-client/postgresql-12.9/src/include/nodes/
H A Dexecnodes.h1191 TupleTableSlot *mt_root_tuple_slot; member
/dports/databases/postgresql12-server/postgresql-12.9/src/include/nodes/
H A Dexecnodes.h1191 TupleTableSlot *mt_root_tuple_slot;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/nodes/
H A Dexecnodes.h1191 TupleTableSlot *mt_root_tuple_slot;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/nodes/
H A Dexecnodes.h1191 TupleTableSlot *mt_root_tuple_slot; member

12