PostgreSQL Source Code git master
Data Fields
ParallelBlockTableScanDescData Struct Reference

#include <relscan.h>

Data Fields

 
 
slock_t  phs_mutex
 
 
 

Detailed Description

Definition at line 92 of file relscan.h.

Field Documentation

base

ParallelTableScanDescData ParallelBlockTableScanDescData::base

Definition at line 94 of file relscan.h.

Referenced by table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_startblock_init().

phs_mutex

slock_t ParallelBlockTableScanDescData::phs_mutex

Definition at line 97 of file relscan.h.

Referenced by table_block_parallelscan_initialize(), and table_block_parallelscan_startblock_init().

phs_nallocated

pg_atomic_uint64 ParallelBlockTableScanDescData::phs_nallocated

Definition at line 99 of file relscan.h.

Referenced by table_block_parallelscan_initialize(), table_block_parallelscan_nextpage(), and table_block_parallelscan_reinitialize().

phs_nblocks

BlockNumber ParallelBlockTableScanDescData::phs_nblocks

Definition at line 96 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().

phs_startblock

BlockNumber ParallelBlockTableScanDescData::phs_startblock

Definition at line 98 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().


The documentation for this struct was generated from the following file:

AltStyle によって変換されたページ (->オリジナル) /