|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| bool * | variable |
| bool | boot_val |
| GucBoolCheckHook | check_hook |
| GucBoolAssignHook | assign_hook |
| GucShowHook | show_hook |
| bool | reset_val |
Definition at line 138 of file guc_tables.h.
| GucBoolAssignHook config_bool::assign_hook |
Definition at line 144 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 142 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 143 of file guc_tables.h.
Referenced by call_bool_check_hook(), and DefineCustomBoolVariable().
| bool config_bool::reset_val |
Definition at line 147 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_with_handle().
| GucShowHook config_bool::show_hook |
Definition at line 145 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), and ShowGUCOption().
| bool* config_bool::variable |
Definition at line 141 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomBoolVariable(), get_explain_guc_options(), GetConfigOption(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().