|
PostgreSQL Source Code git master
|
#include <instrument_node.h>
Data Fields | |
| Size | hash_mem_peak |
| uint64 | hash_disk_used |
| int | hash_batches_used |
Definition at line 26 of file instrument_node.h.
| int AggregateInstrumentation::hash_batches_used |
Definition at line 30 of file instrument_node.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
| uint64 AggregateInstrumentation::hash_disk_used |
Definition at line 29 of file instrument_node.h.
Referenced by show_hashagg_info().
| Size AggregateInstrumentation::hash_mem_peak |
Definition at line 28 of file instrument_node.h.
Referenced by show_hashagg_info().