PostgreSQL Source Code
git master
|
#include <tuplesort.h>
Data Fields | |
bool | isWorker |
int | nParticipants |
Sharedsort * | sharedsort |
Definition at line 45 of file tuplesort.h.
bool SortCoordinateData::isWorker |
Definition at line 48 of file tuplesort.h.
Referenced by _brin_parallel_scan_and_build(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), brinbuild(), and tuplesort_begin_common().
int SortCoordinateData::nParticipants |
Definition at line 55 of file tuplesort.h.
Referenced by _brin_parallel_scan_and_build(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), brinbuild(), and tuplesort_begin_common().
Sharedsort* SortCoordinateData::sharedsort |
Definition at line 58 of file tuplesort.h.
Referenced by _brin_parallel_scan_and_build(), _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), brinbuild(), and tuplesort_begin_common().