Home
last modified time | relevance | path

Searched refs:es_tupleTable (Results 76 – 100 of 384) sorted by relevance

12345678910>>...16

/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecPartition.c808 &mtstate->ps.state->es_tupleTable);
874 &mtstate->ps.state->es_tupleTable);
982 table_slot_create(partrel, &estate->es_tupleTable);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecPartition.c808 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
874 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
982 table_slot_create(partrel, &estate->es_tupleTable); in ExecInitRoutingInfo()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecPartition.c808 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
874 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
982 table_slot_create(partrel, &estate->es_tupleTable); in ExecInitRoutingInfo()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DexecPartition.c805 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
868 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
973 table_slot_create(partrel, &estate->es_tupleTable); in ExecInitRoutingInfo()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DexecPartition.c805 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
868 &mtstate->ps.state->es_tupleTable); in ExecInitPartitionInfo()
973 table_slot_create(partrel, &estate->es_tupleTable); in ExecInitRoutingInfo()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL; in InitPlan()
1616 ExecResetTupleTable(estate->es_tupleTable, false); in ExecEndPlan()
3254 estate->es_tupleTable = NIL; in EvalPlanQualStart()
3317 ExecResetTupleTable(estate->es_tupleTable, false); in EvalPlanQualEnd()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL; in InitPlan()
1616 ExecResetTupleTable(estate->es_tupleTable, false); in ExecEndPlan()
3254 estate->es_tupleTable = NIL; in EvalPlanQualStart()
3317 ExecResetTupleTable(estate->es_tupleTable, false); in EvalPlanQualEnd()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL; in InitPlan()
1616 ExecResetTupleTable(estate->es_tupleTable, false); in ExecEndPlan()
3254 estate->es_tupleTable = NIL; in EvalPlanQualStart()
3317 ExecResetTupleTable(estate->es_tupleTable, false); in EvalPlanQualEnd()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL;
1616 ExecResetTupleTable(estate->es_tupleTable, false);
3254 estate->es_tupleTable = NIL;
3317 ExecResetTupleTable(estate->es_tupleTable, false);
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL; in InitPlan()
1616 ExecResetTupleTable(estate->es_tupleTable, false); in ExecEndPlan()
3254 estate->es_tupleTable = NIL; in EvalPlanQualStart()
3317 ExecResetTupleTable(estate->es_tupleTable, false); in EvalPlanQualEnd()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL; in InitPlan()
1616 ExecResetTupleTable(estate->es_tupleTable, false); in ExecEndPlan()
3254 estate->es_tupleTable = NIL; in EvalPlanQualStart()
3317 ExecResetTupleTable(estate->es_tupleTable, false); in EvalPlanQualEnd()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecMain.c989 estate->es_tupleTable = NIL; in InitPlan()
1616 ExecResetTupleTable(estate->es_tupleTable, false); in ExecEndPlan()
3254 estate->es_tupleTable = NIL; in EvalPlanQualStart()
3317 ExecResetTupleTable(estate->es_tupleTable, false); in EvalPlanQualEnd()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/replication/logical/
H A Dworker.c438 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1636 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1701 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1848 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecTuples.c1783 slot = ExecAllocTableSlot(&planstate->state->es_tupleTable, in ExecInitResultSlot()
1814 scanstate->ss_ScanTupleSlot = ExecAllocTableSlot(&estate->es_tupleTable, in ExecInitScanTupleSlot()
1835 return ExecAllocTableSlot(&estate->es_tupleTable, tupledesc, tts_ops); in ExecInitExtraTupleSlot()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecTuples.c1783 slot = ExecAllocTableSlot(&planstate->state->es_tupleTable, in ExecInitResultSlot()
1814 scanstate->ss_ScanTupleSlot = ExecAllocTableSlot(&estate->es_tupleTable, in ExecInitScanTupleSlot()
1835 return ExecAllocTableSlot(&estate->es_tupleTable, tupledesc, tts_ops); in ExecInitExtraTupleSlot()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecTuples.c1783 slot = ExecAllocTableSlot(&planstate->state->es_tupleTable, in ExecInitResultSlot()
1814 scanstate->ss_ScanTupleSlot = ExecAllocTableSlot(&estate->es_tupleTable, in ExecInitScanTupleSlot()
1835 return ExecAllocTableSlot(&estate->es_tupleTable, tupledesc, tts_ops); in ExecInitExtraTupleSlot()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecTuples.c1783 slot = ExecAllocTableSlot(&planstate->state->es_tupleTable, in ExecInitResultSlot()
1814 scanstate->ss_ScanTupleSlot = ExecAllocTableSlot(&estate->es_tupleTable, in ExecInitScanTupleSlot()
1835 return ExecAllocTableSlot(&estate->es_tupleTable, tupledesc, tts_ops); in ExecInitExtraTupleSlot()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecTuples.c1783 slot = ExecAllocTableSlot(&planstate->state->es_tupleTable, in ExecInitResultSlot()
1814 scanstate->ss_ScanTupleSlot = ExecAllocTableSlot(&estate->es_tupleTable, in ExecInitScanTupleSlot()
1835 return ExecAllocTableSlot(&estate->es_tupleTable, tupledesc, tts_ops); in ExecInitExtraTupleSlot()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecTuples.c1783 slot = ExecAllocTableSlot(&planstate->state->es_tupleTable, in ExecInitResultSlot()
1814 scanstate->ss_ScanTupleSlot = ExecAllocTableSlot(&estate->es_tupleTable, in ExecInitScanTupleSlot()
1835 return ExecAllocTableSlot(&estate->es_tupleTable, tupledesc, tts_ops); in ExecInitExtraTupleSlot()

12345678910>>...16