|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| void | ss_report_location (Relation rel, BlockNumber location) |
| BlockNumber | ss_get_location (Relation rel, BlockNumber relnblocks) |
|
extern |
Definition at line 252 of file syncscan.c.
References elog, fb(), LOG, LW_EXCLUSIVE, LWLockAcquire(), LWLockRelease(), RelationData::rd_locator, RelationGetRelationName, and ss_search().
Referenced by initscan(), and table_block_parallelscan_startblock_init().
|
extern |
Definition at line 287 of file syncscan.c.
References elog, fb(), LOG, LW_EXCLUSIVE, LWLockConditionalAcquire(), LWLockRelease(), RelationData::rd_locator, RelationGetRelationName, ss_search(), and SYNC_SCAN_REPORT_INTERVAL.
Referenced by heapam_scan_sample_next_block(), heapgettup_advance_block(), and table_block_parallelscan_nextpage().