PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
int | num_workers |
TuplesortInstrumentation | sinstrument [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 2381 of file execnodes.h.
int SharedSortInfo::num_workers |
Definition at line 2383 of file execnodes.h.
Referenced by ExecSortInitializeDSM(), ExecSortRetrieveInstrumentation(), and show_sort_info().
TuplesortInstrumentation SharedSortInfo::sinstrument[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 2384 of file execnodes.h.
Referenced by ExecSort(), and show_sort_info().