PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AggregateInstrumentation Struct Reference

#include <instrument_node.h>

Data Fields

Size hash_mem_peak
 
uint64 hash_disk_used
 
int hash_batches_used
 

Detailed Description

Definition at line 34 of file instrument_node.h.

Field Documentation

◆ hash_batches_used

int AggregateInstrumentation::hash_batches_used

Definition at line 38 of file instrument_node.h.

Referenced by ExecEndAgg(), and show_hashagg_info().

◆ hash_disk_used

uint64 AggregateInstrumentation::hash_disk_used

Definition at line 37 of file instrument_node.h.

Referenced by show_hashagg_info().

◆ hash_mem_peak

Size AggregateInstrumentation::hash_mem_peak

Definition at line 36 of file instrument_node.h.

Referenced by show_hashagg_info().


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