PostgreSQL Source Code
git master
|
#include <relscan.h>
Data Fields | |
RelFileLocator | phs_locator |
bool | phs_syncscan |
bool | phs_snapshot_any |
Size | phs_snapshot_off |
RelFileLocator ParallelTableScanDescData::phs_locator |
Definition at line 66 of file relscan.h.
Referenced by table_beginscan_parallel(), and table_block_parallelscan_initialize().
bool ParallelTableScanDescData::phs_snapshot_any |
Definition at line 68 of file relscan.h.
Referenced by table_beginscan_parallel(), and table_parallelscan_initialize().
Size ParallelTableScanDescData::phs_snapshot_off |
Definition at line 69 of file relscan.h.
Referenced by table_beginscan_parallel(), and table_parallelscan_initialize().
bool ParallelTableScanDescData::phs_syncscan |
Definition at line 67 of file relscan.h.
Referenced by initscan(), table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_startblock_init().