Home
last modified time | relevance | path

Searched refs:es_tupleTable (Results 26 – 50 of 384) sorted by relevance

12345678910>>...16

/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/replication/logical/
H A Dworker.c280 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1023 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1091 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1244 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/replication/logical/
H A Dworker.c280 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1023 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1091 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1244 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/replication/logical/
H A Dworker.c280 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1023 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1091 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1244 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/replication/logical/
H A Dworker.c280 ExecResetTupleTable(estate->es_tupleTable, false);
1023 *localslot = table_slot_create(localrel, &estate->es_tupleTable);
1091 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable);
1244 &estate->es_tupleTable);
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/replication/logical/
H A Dworker.c280 ExecResetTupleTable(estate->es_tupleTable, false); in finish_edata()
1023 *localslot = table_slot_create(localrel, &estate->es_tupleTable); in FindReplTupleInLocalRel()
1091 remoteslot_part = table_slot_create(partrel, &estate->es_tupleTable); in apply_handle_tuple_routing()
1244 &estate->es_tupleTable); in apply_handle_tuple_routing()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/replication/logical/
H A Dworker.c633 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_insert()
811 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_update()
911 ExecResetTupleTable(estate->es_tupleTable, false); in apply_handle_delete()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeModifyTable.c414 &estate->es_tupleTable); in ExecInitInsertProjection()
484 &estate->es_tupleTable); in ExecInitUpdateProjection()
487 &estate->es_tupleTable); in ExecInitUpdateProjection()
3018 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
3028 &mtstate->ps.state->es_tupleTable); in ExecInitModifyTable()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/replication/logical/
H A Dworker.c226 ExecResetTupleTable(estate->es_tupleTable, false); in finish_estate()
725 &estate->es_tupleTable); in apply_handle_update()
864 &estate->es_tupleTable); in apply_handle_delete()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/replication/logical/
H A Dworker.c226 ExecResetTupleTable(estate->es_tupleTable, false); in finish_estate()
725 &estate->es_tupleTable); in apply_handle_update()
864 &estate->es_tupleTable); in apply_handle_delete()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/replication/logical/
H A Dworker.c226 ExecResetTupleTable(estate->es_tupleTable, false); in finish_estate()
725 &estate->es_tupleTable); in apply_handle_update()
864 &estate->es_tupleTable); in apply_handle_delete()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/replication/logical/
H A Dworker.c226 ExecResetTupleTable(estate->es_tupleTable, false);
725 &estate->es_tupleTable);
864 &estate->es_tupleTable);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/replication/logical/
H A Dworker.c226 ExecResetTupleTable(estate->es_tupleTable, false); in finish_estate()
725 &estate->es_tupleTable); in apply_handle_update()
864 &estate->es_tupleTable); in apply_handle_delete()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/replication/logical/
H A Dworker.c226 ExecResetTupleTable(estate->es_tupleTable, false); in finish_estate()
725 &estate->es_tupleTable); in apply_handle_update()
864 &estate->es_tupleTable); in apply_handle_delete()

12345678910>>...16