|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| const char * | optname |
| relopt_type | opttype |
| int | offset |
| int | isset_offset |
Definition at line 150 of file reloptions.h.
| int relopt_parse_elt::isset_offset |
Definition at line 167 of file reloptions.h.
Referenced by build_local_reloptions(), and fillRelOptions().
| int relopt_parse_elt::offset |
Definition at line 154 of file reloptions.h.
Referenced by _PG_init(), build_local_reloptions(), create_reloptions_table(), and fillRelOptions().
| const char* relopt_parse_elt::optname |
Definition at line 152 of file reloptions.h.
Referenced by _PG_init(), build_local_reloptions(), create_reloptions_table(), and fillRelOptions().
| relopt_type relopt_parse_elt::opttype |
Definition at line 153 of file reloptions.h.
Referenced by _PG_init(), build_local_reloptions(), and create_reloptions_table().