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

◆ 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: