Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgFdwScanState Struct Reference

Data Fields

Relation rel
AttInMetadataattinmeta
char * query
Listretrieved_attrs
PGconnconn
unsigned int cursor_number
bool cursor_exists
int numParams
FmgrInfoparam_flinfo
Listparam_exprs
const char ** param_values
HeapTupletuples
int num_tuples
int next_tuple
int fetch_ct_2
bool eof_reached
MemoryContext batch_cxt
MemoryContext temp_cxt

Detailed Description

Definition at line 129 of file postgres_fdw.c.


Field Documentation

Definition at line 132 of file postgres_fdw.c.

Referenced by fetch_more_data().

Definition at line 157 of file postgres_fdw.c.

Referenced by fetch_more_data().

Definition at line 153 of file postgres_fdw.c.

Referenced by create_cursor(), fetch_more_data(), and postgresReScanForeignScan().

Definition at line 142 of file postgres_fdw.c.

Referenced by create_cursor().

Definition at line 144 of file postgres_fdw.c.

Referenced by create_cursor().

Definition at line 143 of file postgres_fdw.c.

Referenced by create_cursor().

Definition at line 145 of file postgres_fdw.c.

Referenced by create_cursor().

Definition at line 135 of file postgres_fdw.c.

Referenced by create_cursor(), and fetch_more_data().

Definition at line 131 of file postgres_fdw.c.

Referenced by fetch_more_data().

Definition at line 136 of file postgres_fdw.c.

Referenced by fetch_more_data().

Definition at line 158 of file postgres_fdw.c.

Referenced by fetch_more_data().


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