|
PostgreSQL Source Code git master
|
Data Fields | |
| AttrNumber | cur_attno |
| Relation | rel |
| ForeignScanState * | fsstate |
Definition at line 306 of file postgres_fdw.c.
| AttrNumber ConversionLocation::cur_attno |
Definition at line 308 of file postgres_fdw.c.
Referenced by conversion_error_callback(), and make_tuple_from_result_row().
| ForeignScanState* ConversionLocation::fsstate |
Definition at line 310 of file postgres_fdw.c.
Referenced by conversion_error_callback(), and make_tuple_from_result_row().
| Relation ConversionLocation::rel |
Definition at line 309 of file postgres_fdw.c.
Referenced by conversion_error_callback(), and make_tuple_from_result_row().