PostgreSQL Source Code  git master
foreign_glob_cxt Struct Reference

Data Fields

PlannerInforoot
 
RelOptInfoforeignrel
 
Relids relids
 

Detailed Description

Definition at line 68 of file deparse.c.

Field Documentation

◆ foreignrel

RelOptInfo* foreign_glob_cxt::foreignrel

Definition at line 71 of file deparse.c.

Referenced by foreign_expr_walker(), and is_foreign_expr().

◆ relids

Relids foreign_glob_cxt::relids

Definition at line 72 of file deparse.c.

Referenced by foreign_expr_walker(), and is_foreign_expr().

◆ root

PlannerInfo* foreign_glob_cxt::root

Definition at line 70 of file deparse.c.

Referenced by is_foreign_expr().


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