PostgreSQL Source Code
git master
|
Data Fields | |
BlockNumber | btps_nextScanPage |
BlockNumber | btps_lastCurrPage |
BTPS_State | btps_pageStatus |
slock_t | btps_mutex |
ConditionVariable | btps_cv |
int | btps_arrElems [FLEXIBLE_ARRAY_MEMBER] |
int BTParallelScanDescData::btps_arrElems[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 79 of file nbtree.c.
Referenced by btestimateparallelscan().
ConditionVariable BTParallelScanDescData::btps_cv |
Definition at line 73 of file nbtree.c.
Referenced by _bt_parallel_release(), and btinitparallelscan().
BlockNumber BTParallelScanDescData::btps_lastCurrPage |
Definition at line 67 of file nbtree.c.
Referenced by _bt_parallel_release(), btinitparallelscan(), and btparallelrescan().
slock_t BTParallelScanDescData::btps_mutex |
Definition at line 72 of file nbtree.c.
Referenced by _bt_parallel_release(), btinitparallelscan(), and btparallelrescan().
BlockNumber BTParallelScanDescData::btps_nextScanPage |
Definition at line 66 of file nbtree.c.
Referenced by _bt_parallel_release(), btinitparallelscan(), and btparallelrescan().
BTPS_State BTParallelScanDescData::btps_pageStatus |
Definition at line 69 of file nbtree.c.
Referenced by _bt_parallel_release(), btinitparallelscan(), and btparallelrescan().