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

#include <execnodes.h>

Data Fields

int num_workers
 
AggregateInstrumentation sinstrument [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 2500 of file execnodes.h.

Field Documentation

◆ num_workers

int SharedAggInfo::num_workers

◆ sinstrument

AggregateInstrumentation SharedAggInfo::sinstrument[FLEXIBLE_ARRAY_MEMBER]

Definition at line 2503 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().


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