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
 
int result_relation
 
Relids relids
 
nullingrel_infonullinfo
 
bool * outer_hasSubLinks
 
int varno
 
ReplaceWrapOption wrap_option
 
Node ** rv_cache
 

Detailed Description

Definition at line 69 of file prepjointree.c.

Field Documentation

◆ nullinfo

◆ outer_hasSubLinks

bool* pullup_replace_vars_context::outer_hasSubLinks

◆ relids

◆ result_relation

int pullup_replace_vars_context::result_relation

◆ root

◆ rv_cache

◆ target_rte

◆ targetlist

◆ varno

◆ wrap_option


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