PostgreSQL Source Code  git master
BTParallelScanDescData Struct Reference

Data Fields

BlockNumber btps_scanPage
 
BTPS_State btps_pageStatus
 
slock_t btps_mutex
 
ConditionVariable btps_cv
 
int btps_arrElems [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 67 of file nbtree.c.

Field Documentation

◆ btps_arrElems

int BTParallelScanDescData::btps_arrElems[FLEXIBLE_ARRAY_MEMBER]

Definition at line 80 of file nbtree.c.

Referenced by btestimateparallelscan().

◆ btps_cv

ConditionVariable BTParallelScanDescData::btps_cv

Definition at line 74 of file nbtree.c.

Referenced by _bt_parallel_done(), _bt_parallel_release(), and btinitparallelscan().

◆ btps_mutex

slock_t BTParallelScanDescData::btps_mutex

◆ btps_pageStatus

BTPS_State BTParallelScanDescData::btps_pageStatus

◆ btps_scanPage

BlockNumber BTParallelScanDescData::btps_scanPage

Definition at line 69 of file nbtree.c.

Referenced by _bt_parallel_release(), btinitparallelscan(), and btparallelrescan().


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