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

Data Fields

int varno
 
int sublevels_up
 
Relids subrelids
 

Detailed Description

Definition at line 4119 of file prepjointree.c.

Field Documentation

◆ sublevels_up

int substitute_phv_relids_context::sublevels_up

Definition at line 4122 of file prepjointree.c.

Referenced by substitute_phv_relids(), and substitute_phv_relids_walker().

◆ subrelids

Relids substitute_phv_relids_context::subrelids

Definition at line 4123 of file prepjointree.c.

Referenced by substitute_phv_relids(), and substitute_phv_relids_walker().

◆ varno

int substitute_phv_relids_context::varno

Definition at line 4121 of file prepjointree.c.

Referenced by substitute_phv_relids(), and substitute_phv_relids_walker().


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