PostgreSQL Source Code
git master
|
Data Fields | |
bool | isunique |
bool | nulls_not_distinct |
bool | havedead |
Relation | heap |
BTSpool * | spool |
BTSpool * | spool2 |
double | indtuples |
BTLeader * | btleader |
BTLeader* BTBuildState::btleader |
Definition at line 224 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_leader_participate_as_worker(), _bt_parallel_heapscan(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().
bool BTBuildState::havedead |
Definition at line 208 of file nbtsort.c.
Referenced by _bt_build_callback(), _bt_parallel_heapscan(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().
Relation BTBuildState::heap |
Definition at line 209 of file nbtsort.c.
Referenced by _bt_parallel_scan_and_sort(), and btbuild().
double BTBuildState::indtuples |
Definition at line 217 of file nbtsort.c.
Referenced by _bt_build_callback(), _bt_parallel_heapscan(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().
bool BTBuildState::isunique |
Definition at line 206 of file nbtsort.c.
Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().
bool BTBuildState::nulls_not_distinct |
Definition at line 207 of file nbtsort.c.
Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().
BTSpool* BTBuildState::spool |
Definition at line 210 of file nbtsort.c.
Referenced by _bt_begin_parallel(), _bt_build_callback(), _bt_leader_participate_as_worker(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().
BTSpool* BTBuildState::spool2 |
Definition at line 216 of file nbtsort.c.
Referenced by _bt_build_callback(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and btbuild().