PostgreSQL Source Code
git master
|
#include <tuplesort.h>
Data Fields | |
bool | isWorker |
int | nParticipants |
Sharedsort * | sharedsort |
Definition at line 44 of file tuplesort.h.
bool SortCoordinateData::isWorker |
Definition at line 47 of file tuplesort.h.
Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and tuplesort_begin_common().
int SortCoordinateData::nParticipants |
Definition at line 54 of file tuplesort.h.
Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and tuplesort_begin_common().
Sharedsort* SortCoordinateData::sharedsort |
Definition at line 57 of file tuplesort.h.
Referenced by _bt_parallel_scan_and_sort(), _bt_spools_heapscan(), and tuplesort_begin_common().