#include <guc_tables.h>
Data Fields | |
| struct config_generic | gen |
| double * | variable |
| double | boot_val |
| double | min |
| double | max |
| GucRealCheckHook | check_hook |
| GucRealAssignHook | assign_hook |
| GucShowHook | show_hook |
| double | reset_val |
| void * | reset_extra |
Definition at line 203 of file guc_tables.h.
Definition at line 212 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomRealVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
| double config_real::boot_val |
Definition at line 208 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), and set_config_option().
Definition at line 211 of file guc_tables.h.
Referenced by call_real_check_hook(), and DefineCustomRealVariable().
| struct config_generic config_real::gen |
Definition at line 205 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_real_check_hook(), DefineCustomRealVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
| double config_real::max |
Definition at line 210 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), and set_config_option().
| double config_real::min |
Definition at line 209 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), and set_config_option().
| void* config_real::reset_extra |
Definition at line 216 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
| double config_real::reset_val |
Definition at line 215 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_option().
Definition at line 213 of file guc_tables.h.
Referenced by _ShowOption(), and DefineCustomRealVariable().
| double* config_real::variable |
Definition at line 207 of file guc_tables.h.
Referenced by _ShowOption(), AtEOXact_GUC(), DefineCustomRealVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
1.7.1