PostgreSQL Source Code
git master
|
#include <relscan.h>
Data Fields | |
ParallelTableScanDescData | base |
BlockNumber | phs_nblocks |
slock_t | phs_mutex |
BlockNumber | phs_startblock |
pg_atomic_uint64 | phs_nallocated |
ParallelTableScanDescData ParallelBlockTableScanDescData::base |
Definition at line 78 of file relscan.h.
Referenced by table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_startblock_init().
slock_t ParallelBlockTableScanDescData::phs_mutex |
Definition at line 81 of file relscan.h.
Referenced by table_block_parallelscan_initialize(), and table_block_parallelscan_startblock_init().
pg_atomic_uint64 ParallelBlockTableScanDescData::phs_nallocated |
Definition at line 83 of file relscan.h.
Referenced by table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_reinitialize().
BlockNumber ParallelBlockTableScanDescData::phs_nblocks |
Definition at line 80 of file relscan.h.
Referenced by heapam_index_build_range_scan(), heapam_scan_get_blocks_done(), initscan(), table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_startblock_init().
BlockNumber ParallelBlockTableScanDescData::phs_startblock |
Definition at line 82 of file relscan.h.
Referenced by heapam_scan_get_blocks_done(), table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_startblock_init().