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

Data Fields

AttrNumber cur_attno
 
Relation rel
 
ForeignScanStatefsstate
 

Detailed Description

Definition at line 306 of file postgres_fdw.c.

Field Documentation

◆ cur_attno

AttrNumber ConversionLocation::cur_attno

Definition at line 308 of file postgres_fdw.c.

◆ fsstate

ForeignScanState* ConversionLocation::fsstate

Definition at line 310 of file postgres_fdw.c.

◆ rel

Relation ConversionLocation::rel

Definition at line 309 of file postgres_fdw.c.


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