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

Data Fields

int target_varno
 
int sublevels_up
 
const AttrMapattno_map
 
Oid to_rowtype
 
bool * found_whole_row
 

Detailed Description

Definition at line 1617 of file rewriteManip.c.

Field Documentation

◆ attno_map

const AttrMap* map_variable_attnos_context::attno_map

Definition at line 1621 of file rewriteManip.c.

Referenced by map_variable_attnos(), and map_variable_attnos_mutator().

◆ found_whole_row

bool* map_variable_attnos_context::found_whole_row

Definition at line 1623 of file rewriteManip.c.

Referenced by map_variable_attnos(), and map_variable_attnos_mutator().

◆ sublevels_up

int map_variable_attnos_context::sublevels_up

Definition at line 1620 of file rewriteManip.c.

Referenced by map_variable_attnos(), and map_variable_attnos_mutator().

◆ target_varno

int map_variable_attnos_context::target_varno

Definition at line 1619 of file rewriteManip.c.

Referenced by map_variable_attnos(), and map_variable_attnos_mutator().

◆ to_rowtype

Oid map_variable_attnos_context::to_rowtype

Definition at line 1622 of file rewriteManip.c.

Referenced by map_variable_attnos(), and map_variable_attnos_mutator().


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