#include <guc_tables.h>
Data Fields | |
| struct config_generic | gen |
| char ** | variable |
| const char * | boot_val |
| GucStringCheckHook | check_hook |
| GucStringAssignHook | assign_hook |
| GucShowHook | show_hook |
| char * | reset_val |
| void * | reset_extra |
Definition at line 219 of file guc_tables.h.
Definition at line 226 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomStringVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
| const char* config_string::boot_val |
Definition at line 224 of file guc_tables.h.
Referenced by DefineCustomStringVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), set_config_option(), and string_field_used().
Definition at line 225 of file guc_tables.h.
Referenced by call_string_check_hook(), and DefineCustomStringVariable().
| struct config_generic config_string::gen |
Definition at line 221 of file guc_tables.h.
Referenced by add_placeholder_variable(), AtEOXact_GUC(), build_guc_variables(), call_string_check_hook(), define_custom_variable(), DefineCustomStringVariable(), InitializeOneGUCOption(), reapply_stacked_values(), ResetAllOptions(), set_config_option(), and string_field_used().
Definition at line 230 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
| char* config_string::reset_val |
Definition at line 229 of file guc_tables.h.
Referenced by define_custom_variable(), GetConfigOptionByNum(), InitializeOneGUCOption(), reapply_stacked_values(), ResetAllOptions(), set_config_option(), and string_field_used().
Definition at line 227 of file guc_tables.h.
Referenced by _ShowOption(), and DefineCustomStringVariable().
| char** config_string::variable |
Definition at line 223 of file guc_tables.h.
Referenced by _ShowOption(), add_placeholder_variable(), AtEOXact_GUC(), define_custom_variable(), DefineCustomStringVariable(), InitializeOneGUCOption(), ResetAllOptions(), set_config_option(), and string_field_used().
1.7.1