PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AggregateInstrumentation Struct Reference

#include <execnodes.h>

Data Fields

Size hash_mem_peak
 
uint64 hash_disk_used
 
int hash_batches_used
 

Detailed Description

Definition at line 2489 of file execnodes.h.

Field Documentation

◆ hash_batches_used

int AggregateInstrumentation::hash_batches_used

Definition at line 2493 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().

◆ hash_disk_used

uint64 AggregateInstrumentation::hash_disk_used

Definition at line 2492 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().

◆ hash_mem_peak

Size AggregateInstrumentation::hash_mem_peak

Definition at line 2491 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().


The documentation for this struct was generated from the following file: