PostgreSQL Source Code
git master
|
#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 228 of file guc_tables.h.
GucRealAssignHook config_real::assign_hook |
Definition at line 237 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 233 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 236 of file guc_tables.h.
Referenced by call_real_check_hook(), and DefineCustomRealVariable().
struct config_generic config_real::gen |
Definition at line 225 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_real_check_hook(), DefineCustomRealVariable(), InitializeOneGUCOption(), parse_and_validate_value(), ResetAllOptions(), and set_config_with_handle().
double config_real::max |
Definition at line 235 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), and parse_and_validate_value().
double config_real::min |
Definition at line 234 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), and parse_and_validate_value().
void* config_real::reset_extra |
Definition at line 241 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), and set_config_with_handle().
double config_real::reset_val |
Definition at line 240 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
GucShowHook config_real::show_hook |
Definition at line 238 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), and ShowGUCOption().
double* config_real::variable |
Definition at line 232 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomRealVariable(), get_explain_guc_options(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), and ShowGUCOption().