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