PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ParallelBlockTableScanDescData Struct Reference

#include <relscan.h>

Data Fields

ParallelTableScanDescData base
 
BlockNumber phs_nblocks
 
slock_t phs_mutex
 
BlockNumber phs_startblock
 
BlockNumber phs_numblock
 
pg_atomic_uint64 phs_nallocated
 

Detailed Description

Definition at line 91 of file relscan.h.

Field Documentation

◆ base

ParallelTableScanDescData ParallelBlockTableScanDescData::base

Definition at line 93 of file relscan.h.

Referenced by table_block_parallelscan_initialize().

◆ phs_mutex

slock_t ParallelBlockTableScanDescData::phs_mutex

Definition at line 96 of file relscan.h.

◆ phs_nallocated

pg_atomic_uint64 ParallelBlockTableScanDescData::phs_nallocated

Definition at line 100 of file relscan.h.

◆ phs_nblocks

BlockNumber ParallelBlockTableScanDescData::phs_nblocks

Definition at line 95 of file relscan.h.

◆ phs_numblock

BlockNumber ParallelBlockTableScanDescData::phs_numblock

Definition at line 98 of file relscan.h.

◆ phs_startblock

BlockNumber ParallelBlockTableScanDescData::phs_startblock

Definition at line 97 of file relscan.h.


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