Home
last modified time | relevance | path

Searched refs:rd_tableam (Results 1 – 25 of 128) sorted by relevance

123456

/dports/databases/postgresql12-client/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
950 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
960 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
969 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1196 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1276 return rel->rd_tableam->tuple_update(rel, otid, slot, in table_tuple_update()
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1337 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
950 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
960 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
969 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1196 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1276 return rel->rd_tableam->tuple_update(rel, otid, slot, in table_tuple_update()
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1337 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
950 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
960 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
969 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1196 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1276 return rel->rd_tableam->tuple_update(rel, otid, slot, in table_tuple_update()
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1337 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
950 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
960 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
969 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1196 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1276 return rel->rd_tableam->tuple_update(rel, otid, slot, in table_tuple_update()
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1337 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan);
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true,
950 return rel->rd_tableam->index_fetch_begin(rel);
960 scan->rel->rd_tableam->index_fetch_reset(scan);
969 scan->rel->rd_tableam->index_fetch_end(scan);
1196 rel->rd_tableam->multi_insert(rel, slots, nslots,
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid,
1276 return rel->rd_tableam->tuple_update(rel, otid, slot,
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert)
1337 rel->rd_tableam->finish_bulk_insert(rel, options);
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
950 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
960 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
969 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1196 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1276 return rel->rd_tableam->tuple_update(rel, otid, slot, in table_tuple_update()
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1337 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/access/
H A Dtableam.h847 scan->rs_rd->rd_tableam->scan_end(scan);
872 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true,
950 return rel->rd_tableam->index_fetch_begin(rel);
960 scan->rel->rd_tableam->index_fetch_reset(scan);
969 scan->rel->rd_tableam->index_fetch_end(scan);
1196 rel->rd_tableam->multi_insert(rel, slots, nslots,
1231 return rel->rd_tableam->tuple_delete(rel, tid, cid,
1276 return rel->rd_tableam->tuple_update(rel, otid, slot,
1336 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert)
1337 rel->rd_tableam->finish_bulk_insert(rel, options);
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/access/
H A Dtableam.h993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
967 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
977 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
986 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1211 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1350 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1403 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
967 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
977 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
986 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1211 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1350 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1403 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan);
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true,
967 return rel->rd_tableam->index_fetch_begin(rel);
977 scan->rel->rd_tableam->index_fetch_reset(scan);
986 scan->rel->rd_tableam->index_fetch_end(scan);
1211 rel->rd_tableam->multi_insert(rel, slots, nslots,
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid,
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert)
1350 rel->rd_tableam->finish_bulk_insert(rel, options);
1403 rel->rd_tableam->relation_copy_data(rel, newrnode);
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
967 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
977 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
986 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1211 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1350 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1403 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
967 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
977 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
986 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1211 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1350 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1403 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
967 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
977 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
986 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1211 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1350 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1403 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/access/
H A Dtableam.h864 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
889 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
967 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
977 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
986 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1211 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1246 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1349 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1350 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1403 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/table/
H A Dtableam.c44 if (relation->rd_tableam) in table_slot_callbacks()
45 tts_cb = relation->rd_tableam->slot_callbacks(relation); in table_slot_callbacks()
101 return relation->rd_tableam->scan_begin(relation, snapshot, nkeys, key, in table_beginscan_catalog()
131 sz = add_size(sz, rel->rd_tableam->parallelscan_estimate(rel)); in table_parallelscan_estimate()
140 Size snapshot_off = rel->rd_tableam->parallelscan_initialize(rel, pscan); in table_parallelscan_initialize()
179 return relation->rd_tableam->scan_begin(relation, snapshot, 0, NULL, in table_beginscan_parallel()
227 const TableAmRoutine *tableam = rel->rd_tableam; in table_tuple_get_latest_tid()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/table/
H A Dtableam.c44 if (relation->rd_tableam) in table_slot_callbacks()
45 tts_cb = relation->rd_tableam->slot_callbacks(relation); in table_slot_callbacks()
101 return relation->rd_tableam->scan_begin(relation, snapshot, nkeys, key, in table_beginscan_catalog()
131 sz = add_size(sz, rel->rd_tableam->parallelscan_estimate(rel)); in table_parallelscan_estimate()
140 Size snapshot_off = rel->rd_tableam->parallelscan_initialize(rel, pscan); in table_parallelscan_initialize()
179 return relation->rd_tableam->scan_begin(relation, snapshot, 0, NULL, in table_beginscan_parallel()
227 const TableAmRoutine *tableam = rel->rd_tableam; in table_tuple_get_latest_tid()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/table/
H A Dtableam.c44 if (relation->rd_tableam) in table_slot_callbacks()
45 tts_cb = relation->rd_tableam->slot_callbacks(relation); in table_slot_callbacks()
101 return relation->rd_tableam->scan_begin(relation, snapshot, nkeys, key, in table_beginscan_catalog()
131 sz = add_size(sz, rel->rd_tableam->parallelscan_estimate(rel)); in table_parallelscan_estimate()
140 Size snapshot_off = rel->rd_tableam->parallelscan_initialize(rel, pscan); in table_parallelscan_initialize()
179 return relation->rd_tableam->scan_begin(relation, snapshot, 0, NULL, in table_beginscan_parallel()
227 const TableAmRoutine *tableam = rel->rd_tableam; in table_tuple_get_latest_tid()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/table/
H A Dtableam.c44 if (relation->rd_tableam)
45 tts_cb = relation->rd_tableam->slot_callbacks(relation);
101 return relation->rd_tableam->scan_begin(relation, snapshot, nkeys, key,
131 sz = add_size(sz, rel->rd_tableam->parallelscan_estimate(rel));
140 Size snapshot_off = rel->rd_tableam->parallelscan_initialize(rel, pscan);
179 return relation->rd_tableam->scan_begin(relation, snapshot, 0, NULL,
227 const TableAmRoutine *tableam = rel->rd_tableam;

123456