PostgreSQL Source Code
git master
|
#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 198 of file guc_tables.h.
GucBoolAssignHook config_bool::assign_hook |
Definition at line 205 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomBoolVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
bool config_bool::boot_val |
Definition at line 203 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), and set_config_with_handle().
GucBoolCheckHook config_bool::check_hook |
Definition at line 204 of file guc_tables.h.
Referenced by call_bool_check_hook(), and DefineCustomBoolVariable().
struct config_generic config_bool::gen |
Definition at line 183 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_bool_check_hook(), DefineCustomBoolVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
void* config_bool::reset_extra |
Definition at line 209 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), and set_config_with_handle().
bool config_bool::reset_val |
Definition at line 208 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
GucShowHook config_bool::show_hook |
Definition at line 206 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), and ShowGUCOption().
bool* config_bool::variable |
Definition at line 202 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomBoolVariable(), get_explain_guc_options(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), and ShowGUCOption().