PostgreSQL Source Code  git master
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 2421 of file execnodes.h.

Field Documentation

◆ hash_batches_used

int AggregateInstrumentation::hash_batches_used

Definition at line 2425 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().

◆ hash_disk_used

uint64 AggregateInstrumentation::hash_disk_used

Definition at line 2424 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().

◆ hash_mem_peak

Size AggregateInstrumentation::hash_mem_peak

Definition at line 2423 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().


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