PostgreSQL Source Code  git master
ReplaceVarsFromTargetList_context Struct Reference

Data Fields

RangeTblEntrytarget_rte
 
Listtargetlist
 
ReplaceVarsNoMatchOption nomatch_option
 
int nomatch_varno
 

Detailed Description

Definition at line 1656 of file rewriteManip.c.

Field Documentation

◆ nomatch_option

ReplaceVarsNoMatchOption ReplaceVarsFromTargetList_context::nomatch_option

Definition at line 1660 of file rewriteManip.c.

Referenced by ReplaceVarsFromTargetList_callback().

◆ nomatch_varno

int ReplaceVarsFromTargetList_context::nomatch_varno

Definition at line 1661 of file rewriteManip.c.

Referenced by ReplaceVarsFromTargetList_callback().

◆ target_rte

RangeTblEntry* ReplaceVarsFromTargetList_context::target_rte

Definition at line 1658 of file rewriteManip.c.

Referenced by ReplaceVarsFromTargetList_callback().

◆ targetlist

List* ReplaceVarsFromTargetList_context::targetlist

Definition at line 1659 of file rewriteManip.c.

Referenced by ReplaceVarsFromTargetList_callback().


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