#include <guc_tables.h>
Data Fields | |
struct config_generic | gen |
int * | variable |
int | boot_val |
struct config_enum_entry * | options |
GucEnumCheckHook | check_hook |
GucEnumAssignHook | assign_hook |
GucShowHook | show_hook |
int | reset_val |
void * | reset_extra |
Definition at line 233 of file guc_tables.h.
Definition at line 241 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomEnumVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 238 of file guc_tables.h.
Referenced by DefineCustomEnumVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), and set_config_option().
Definition at line 240 of file guc_tables.h.
Referenced by call_enum_check_hook(), and DefineCustomEnumVariable().
struct config_generic config_enum::gen |
Definition at line 235 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_enum_check_hook(), config_enum_lookup_by_value(), DefineCustomEnumVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 239 of file guc_tables.h.
Referenced by config_enum_get_options(), config_enum_lookup_by_name(), config_enum_lookup_by_value(), and DefineCustomEnumVariable().
void* config_enum::reset_extra |
Definition at line 245 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 244 of file guc_tables.h.
Referenced by DefineCustomEnumVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 242 of file guc_tables.h.
Referenced by _ShowOption(), and DefineCustomEnumVariable().
Definition at line 237 of file guc_tables.h.
Referenced by _ShowOption(), AtEOXact_GUC(), DefineCustomEnumVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().