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

Data Fields

int relid
 
Oid reloid
 

Detailed Description

Definition at line 47 of file analyzejoins.c.

Field Documentation

◆ relid

int SelfJoinCandidate::relid

Definition at line 49 of file analyzejoins.c.

Referenced by remove_self_joins_recurse().

◆ reloid

Oid SelfJoinCandidate::reloid

Definition at line 50 of file analyzejoins.c.

Referenced by remove_self_joins_recurse(), and self_join_candidates_cmp().


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