PostgreSQL Source Code  git master
pullup_replace_vars_context Struct Reference

Data Fields

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

Detailed Description

Definition at line 45 of file prepjointree.c.

Field Documentation

◆ outer_hasSubLinks

bool* pullup_replace_vars_context::outer_hasSubLinks

◆ relids

Relids pullup_replace_vars_context::relids

◆ root

PlannerInfo* pullup_replace_vars_context::root

◆ rv_cache

Node** pullup_replace_vars_context::rv_cache

◆ target_rte

RangeTblEntry* pullup_replace_vars_context::target_rte

◆ targetlist

List* pullup_replace_vars_context::targetlist

◆ varno

int pullup_replace_vars_context::varno

◆ wrap_non_vars

bool pullup_replace_vars_context::wrap_non_vars

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