|
PostgreSQL Source Code git master
|
#include <instrument_node.h>
Data Fields | |
| TuplesortMethod | sortMethod |
| TuplesortSpaceType | spaceType |
| int64 | spaceUsed |
Definition at line 144 of file instrument_node.h.
| TuplesortMethod TuplesortInstrumentation::sortMethod |
Definition at line 146 of file instrument_node.h.
Referenced by show_sort_info(), and tuplesort_get_stats().
| TuplesortSpaceType TuplesortInstrumentation::spaceType |
Definition at line 147 of file instrument_node.h.
Referenced by show_sort_info(), and tuplesort_get_stats().
| int64 TuplesortInstrumentation::spaceUsed |
Definition at line 148 of file instrument_node.h.
Referenced by show_sort_info(), and tuplesort_get_stats().