PostgreSQL Source Code  git master
ParallelBlockTableScanDescData Struct Reference

#include <relscan.h>

Data Fields

ParallelTableScanDescData base
 
BlockNumber phs_nblocks
 
slock_t phs_mutex
 
BlockNumber phs_startblock
 
pg_atomic_uint64 phs_nallocated
 

Detailed Description

Definition at line 75 of file relscan.h.

Field Documentation

◆ base

◆ phs_mutex

slock_t ParallelBlockTableScanDescData::phs_mutex

◆ phs_nallocated

pg_atomic_uint64 ParallelBlockTableScanDescData::phs_nallocated

◆ phs_nblocks

◆ phs_startblock


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