PostgreSQL Source Code
git master
|
Data Fields | |
Oid | heaprelid |
Oid | indexrelid |
bool | isunique |
bool | nulls_not_distinct |
bool | isconcurrent |
int | scantuplesortstates |
uint64 | queryid |
ConditionVariable | workersdonecv |
slock_t | mutex |
int | nparticipantsdone |
double | reltuples |
bool | havedead |
double | indtuples |
bool | brokenhotchain |
bool BTShared::brokenhotchain |
Definition at line 146 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().
bool BTShared::havedead |
Definition at line 144 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().
Oid BTShared::heaprelid |
Definition at line 100 of file nbtsort.c.
Referenced by _bt_begin_parallel(), and _bt_parallel_build_main().
Oid BTShared::indexrelid |
Definition at line 101 of file nbtsort.c.
Referenced by _bt_begin_parallel(), and _bt_parallel_build_main().
double BTShared::indtuples |
Definition at line 145 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().
bool BTShared::isconcurrent |
Definition at line 104 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_build_main(), and _bt_parallel_scan_and_sort().
bool BTShared::isunique |
Definition at line 102 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_leader_participate_as_worker(), _bt_parallel_build_main(), and _bt_parallel_scan_and_sort().
slock_t BTShared::mutex |
Definition at line 124 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().
int BTShared::nparticipantsdone |
Definition at line 142 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().
bool BTShared::nulls_not_distinct |
Definition at line 103 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_build_main(), and _bt_parallel_scan_and_sort().
uint64 BTShared::queryid |
Definition at line 108 of file nbtsort.c.
Referenced by _bt_begin_parallel(), and _bt_parallel_build_main().
double BTShared::reltuples |
Definition at line 143 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().
int BTShared::scantuplesortstates |
Definition at line 105 of file nbtsort.c.
Referenced by _bt_begin_parallel(), and _bt_parallel_build_main().
ConditionVariable BTShared::workersdonecv |
Definition at line 116 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_parallel_heapscan(), and _bt_parallel_scan_and_sort().