PostgreSQL Source Code
git master
|
#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 243 of file guc_tables.h.
GucStringAssignHook config_string::assign_hook |
Definition at line 250 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomStringVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option_ext().
const char* config_string::boot_val |
Definition at line 248 of file guc_tables.h.
Referenced by DefineCustomStringVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), set_config_option_ext(), and string_field_used().
GucStringCheckHook config_string::check_hook |
Definition at line 249 of file guc_tables.h.
Referenced by call_string_check_hook(), and DefineCustomStringVariable().
struct config_generic config_string::gen |
Definition at line 240 of file guc_tables.h.
Referenced by add_placeholder_variable(), AtEOXact_GUC(), build_guc_variables(), call_string_check_hook(), define_custom_variable(), DefineCustomStringVariable(), InitializeOneGUCOption(), parse_and_validate_value(), reapply_stacked_values(), ResetAllOptions(), set_config_option_ext(), and string_field_used().
void* config_string::reset_extra |
Definition at line 254 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), and set_config_option_ext().
char* config_string::reset_val |
Definition at line 253 of file guc_tables.h.
Referenced by define_custom_variable(), GetConfigOptionValues(), InitializeOneGUCOption(), reapply_stacked_values(), ResetAllOptions(), RestoreGUCState(), set_config_option_ext(), and string_field_used().
GucShowHook config_string::show_hook |
Definition at line 251 of file guc_tables.h.
Referenced by DefineCustomStringVariable(), and ShowGUCOption().
char** config_string::variable |
Definition at line 247 of file guc_tables.h.
Referenced by add_placeholder_variable(), AtEOXact_GUC(), define_custom_variable(), DefineCustomStringVariable(), estimate_variable_size(), get_explain_guc_options(), InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), SelectConfigFiles(), serialize_variable(), set_config_option_ext(), ShowGUCOption(), and string_field_used().