PostgreSQL Source Code  git master
ConversionLocation Struct Reference

Data Fields

AttrNumber cur_attno
 
Relation rel
 
ForeignScanStatefsstate
 

Detailed Description

Definition at line 305 of file postgres_fdw.c.

Field Documentation

◆ cur_attno

AttrNumber ConversionLocation::cur_attno

Definition at line 307 of file postgres_fdw.c.

Referenced by conversion_error_callback(), and make_tuple_from_result_row().

◆ fsstate

ForeignScanState* ConversionLocation::fsstate

Definition at line 309 of file postgres_fdw.c.

Referenced by conversion_error_callback(), and make_tuple_from_result_row().

◆ rel

Relation ConversionLocation::rel

Definition at line 308 of file postgres_fdw.c.

Referenced by conversion_error_callback(), and make_tuple_from_result_row().


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