|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| double * | variable |
| double | boot_val |
| double | min |
| double | max |
| GucRealCheckHook | check_hook |
| GucRealAssignHook | assign_hook |
| GucShowHook | show_hook |
| double | reset_val |
Definition at line 164 of file guc_tables.h.
| GucRealAssignHook config_real::assign_hook |
Definition at line 172 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomRealVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
| double config_real::boot_val |
Definition at line 168 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), and set_config_with_handle().
| GucRealCheckHook config_real::check_hook |
Definition at line 171 of file guc_tables.h.
Referenced by call_real_check_hook(), and DefineCustomRealVariable().
| double config_real::max |
Definition at line 170 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), and printMixedStruct().
| double config_real::min |
Definition at line 169 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), and printMixedStruct().
| double config_real::reset_val |
Definition at line 175 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_with_handle().
| GucShowHook config_real::show_hook |
Definition at line 173 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), and ShowGUCOption().
| double* config_real::variable |
Definition at line 167 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomRealVariable(), get_explain_guc_options(), GetConfigOption(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().