PostgreSQL Source Code git master
|
Data Fields | |
const char * | keyword |
Oid | optcontext |
bool | is_libpq_opt |
bool PgFdwOption::is_libpq_opt |
Definition at line 33 of file option.c.
Referenced by InitPgFdwOptions(), and is_libpq_option().
const char* PgFdwOption::keyword |
Definition at line 31 of file option.c.
Referenced by InitPgFdwOptions(), is_libpq_option(), is_valid_option(), and postgres_fdw_validator().
Oid PgFdwOption::optcontext |
Definition at line 32 of file option.c.
Referenced by InitPgFdwOptions(), is_valid_option(), and postgres_fdw_validator().