PostgreSQL Source Code git master
adjust_appendrel_attrs_context Struct Reference

Data Fields

PlannerInforoot
 
int nappinfos
 
AppendRelInfo ** appinfos
 

Detailed Description

Definition at line 31 of file appendinfo.c.

Field Documentation

◆ appinfos

AppendRelInfo** adjust_appendrel_attrs_context::appinfos

Definition at line 35 of file appendinfo.c.

Referenced by adjust_appendrel_attrs(), and adjust_appendrel_attrs_mutator().

◆ nappinfos

int adjust_appendrel_attrs_context::nappinfos

Definition at line 34 of file appendinfo.c.

Referenced by adjust_appendrel_attrs(), and adjust_appendrel_attrs_mutator().

◆ root

PlannerInfo* adjust_appendrel_attrs_context::root

Definition at line 33 of file appendinfo.c.

Referenced by adjust_appendrel_attrs(), and adjust_appendrel_attrs_mutator().


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