|
PostgreSQL Source Code git master
|
Data Fields | |
| BlockNumber | btps_nextScanPage |
| BlockNumber | btps_lastCurrPage |
| BTPS_State | btps_pageStatus |
| LWLock | btps_lock |
| ConditionVariable | btps_cv |
| int | btps_arrElems [FLEXIBLE_ARRAY_MEMBER] |
| int BTParallelScanDescData::btps_arrElems[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 83 of file nbtree.c.
Referenced by btestimateparallelscan().
| ConditionVariable BTParallelScanDescData::btps_cv |
| BlockNumber BTParallelScanDescData::btps_lastCurrPage |
| BlockNumber BTParallelScanDescData::btps_nextScanPage |
| BTPS_State BTParallelScanDescData::btps_pageStatus |