PostgreSQL Source Code
git master
|
Data Fields | |
BlockNumber | btps_scanPage |
BTPS_State | btps_pageStatus |
int | btps_arrayKeyCount |
slock_t | btps_mutex |
ConditionVariable | btps_cv |
int BTParallelScanDescData::btps_arrayKeyCount |
Definition at line 72 of file nbtree.c.
Referenced by btinitparallelscan(), and btparallelrescan().
ConditionVariable BTParallelScanDescData::btps_cv |
Definition at line 75 of file nbtree.c.
Referenced by _bt_parallel_release(), and btinitparallelscan().
slock_t BTParallelScanDescData::btps_mutex |
Definition at line 74 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().
BlockNumber BTParallelScanDescData::btps_scanPage |
Definition at line 68 of file nbtree.c.
Referenced by _bt_parallel_release(), btinitparallelscan(), and btparallelrescan().