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

Data Fields

PlannerInforoot
 
Listtargetlist
 
RangeTblEntrytarget_rte
 
Relids relids
 
nullingrel_infonullinfo
 
bool * outer_hasSubLinks
 
int varno
 
bool wrap_non_vars
 
Node ** rv_cache
 

Detailed Description

Definition at line 56 of file prepjointree.c.

Field Documentation

◆ nullinfo

nullingrel_info* pullup_replace_vars_context::nullinfo

◆ outer_hasSubLinks

bool* pullup_replace_vars_context::outer_hasSubLinks

◆ relids

Relids pullup_replace_vars_context::relids

◆ root

◆ rv_cache

Node** pullup_replace_vars_context::rv_cache

◆ target_rte

◆ targetlist

List* pullup_replace_vars_context::targetlist

◆ varno

◆ wrap_non_vars


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