PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RowIdentityVarInfo Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

Varrowidvar
 
int32 rowidwidth
 
charrowidname
 
Relids rowidrels
 

Detailed Description

Definition at line 3335 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

RowIdentityVarInfo::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ rowidname

char* RowIdentityVarInfo::rowidname

Definition at line 3343 of file pathnodes.h.

◆ rowidrels

Relids RowIdentityVarInfo::rowidrels

Definition at line 3344 of file pathnodes.h.

◆ rowidvar

Var* RowIdentityVarInfo::rowidvar

Definition at line 3341 of file pathnodes.h.

◆ rowidwidth

int32 RowIdentityVarInfo::rowidwidth

Definition at line 3342 of file pathnodes.h.

Referenced by build_joinrel_tlist().


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