|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| Size | hash_mem_peak |
| uint64 | hash_disk_used |
| int | hash_batches_used |
Definition at line 2497 of file execnodes.h.
| int AggregateInstrumentation::hash_batches_used |
Definition at line 2501 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
| uint64 AggregateInstrumentation::hash_disk_used |
Definition at line 2500 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
| Size AggregateInstrumentation::hash_mem_peak |
Definition at line 2499 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().