|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| List * | options |
| List * | validators |
| Size | relopt_struct_size |
Definition at line 178 of file reloptions.h.
| List* local_relopts::options |
Definition at line 180 of file reloptions.h.
Referenced by add_local_reloption(), build_local_reloptions(), init_local_reloptions(), and parseLocalRelOptions().
| Size local_relopts::relopt_struct_size |
Definition at line 182 of file reloptions.h.
Referenced by build_local_reloptions(), and init_local_reloptions().
| List* local_relopts::validators |
Definition at line 181 of file reloptions.h.
Referenced by build_local_reloptions(), init_local_reloptions(), and register_reloptions_validator().