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

Data Fields

PlannerInforoot
 
indexed_tlistsubplan_itlist
 
int newvarno
 

Detailed Description

Definition at line 86 of file setrefs.c.

Field Documentation

◆ newvarno

int fix_windowagg_cond_context::newvarno

Definition at line 90 of file setrefs.c.

Referenced by fix_windowagg_condition_expr(), and fix_windowagg_condition_expr_mutator().

◆ root

PlannerInfo* fix_windowagg_cond_context::root

Definition at line 88 of file setrefs.c.

Referenced by fix_windowagg_condition_expr().

◆ subplan_itlist

indexed_tlist* fix_windowagg_cond_context::subplan_itlist

Definition at line 89 of file setrefs.c.

Referenced by fix_windowagg_condition_expr(), and fix_windowagg_condition_expr_mutator().


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