|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| char ** | variable |
| const char * | boot_val |
| GucStringCheckHook | check_hook |
| GucStringAssignHook | assign_hook |
| GucShowHook | show_hook |
| char * | reset_val |
Definition at line 188 of file guc_tables.h.
| GucStringAssignHook config_string::assign_hook |
Definition at line 194 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomStringVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
| const char* config_string::boot_val |
Definition at line 192 of file guc_tables.h.
Referenced by DefineCustomStringVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), set_config_with_handle(), and string_field_used().
| GucStringCheckHook config_string::check_hook |
Definition at line 193 of file guc_tables.h.
Referenced by call_string_check_hook(), and DefineCustomStringVariable().
| char* config_string::reset_val |
Definition at line 197 of file guc_tables.h.
Referenced by define_custom_variable(), free_placeholder(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), reapply_stacked_values(), ResetAllOptions(), RestoreGUCState(), set_config_with_handle(), and string_field_used().
| GucShowHook config_string::show_hook |
Definition at line 195 of file guc_tables.h.
Referenced by DefineCustomStringVariable(), and ShowGUCOption().
| char** config_string::variable |
Definition at line 191 of file guc_tables.h.
Referenced by add_placeholder_variable(), AtEOXact_GUC(), define_custom_variable(), DefineCustomStringVariable(), estimate_variable_size(), free_placeholder(), get_explain_guc_options(), GetConfigOption(), InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), SelectConfigFiles(), serialize_variable(), set_config_with_handle(), set_stack_value(), ShowGUCOption(), and string_field_used().