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