PostgreSQL Source Code
git master
|
#include <relscan.h>
Data Fields | |
uint64 | phsw_nallocated |
uint32 | phsw_chunk_remaining |
uint32 | phsw_chunk_size |
uint32 ParallelBlockTableScanWorkerData::phsw_chunk_remaining |
Definition at line 94 of file relscan.h.
Referenced by table_block_parallelscan_nextpage().
uint32 ParallelBlockTableScanWorkerData::phsw_chunk_size |
Definition at line 95 of file relscan.h.
Referenced by table_block_parallelscan_nextpage(), and table_block_parallelscan_startblock_init().
uint64 ParallelBlockTableScanWorkerData::phsw_nallocated |
Definition at line 93 of file relscan.h.
Referenced by table_block_parallelscan_nextpage().