PostgreSQL Source Code  git master
SelfJoinCandidate Struct Reference

Data Fields

int relid
 
Oid reloid
 

Detailed Description

Definition at line 38 of file analyzejoins.c.

Field Documentation

◆ relid

int SelfJoinCandidate::relid

Definition at line 40 of file analyzejoins.c.

Referenced by remove_self_joins_recurse().

◆ reloid

Oid SelfJoinCandidate::reloid

Definition at line 41 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: