PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
List * | options |
List * | validators |
Size | relopt_struct_size |
Definition at line 165 of file reloptions.h.
List* local_relopts::options |
Definition at line 167 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 169 of file reloptions.h.
Referenced by build_local_reloptions(), and init_local_reloptions().
List* local_relopts::validators |
Definition at line 168 of file reloptions.h.
Referenced by build_local_reloptions(), init_local_reloptions(), and register_reloptions_validator().