PostgreSQL Source Code  git master
SharedAggInfo Struct Reference

#include <execnodes.h>

Data Fields

int num_workers
 
AggregateInstrumentation sinstrument [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 2430 of file execnodes.h.

Field Documentation

◆ num_workers

int SharedAggInfo::num_workers

◆ sinstrument

AggregateInstrumentation SharedAggInfo::sinstrument[FLEXIBLE_ARRAY_MEMBER]

Definition at line 2433 of file execnodes.h.

Referenced by ExecEndAgg(), and show_hashagg_info().


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