#include <guc_tables.h>
Data Fields | |
struct config_generic | gen |
bool * | variable |
bool | boot_val |
GucBoolCheckHook | check_hook |
GucBoolAssignHook | assign_hook |
GucShowHook | show_hook |
bool | reset_val |
void * | reset_extra |
Definition at line 173 of file guc_tables.h.
Definition at line 180 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomBoolVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 178 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), and set_config_option().
Definition at line 179 of file guc_tables.h.
Referenced by call_bool_check_hook(), and DefineCustomBoolVariable().
struct config_generic config_bool::gen |
Definition at line 175 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_bool_check_hook(), DefineCustomBoolVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
void* config_bool::reset_extra |
Definition at line 184 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 183 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_option().
Definition at line 181 of file guc_tables.h.
Referenced by _ShowOption(), and DefineCustomBoolVariable().
Definition at line 177 of file guc_tables.h.
Referenced by _ShowOption(), AtEOXact_GUC(), DefineCustomBoolVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().