#include <guc_tables.h>
Data Fields | |
struct config_generic | gen |
int * | variable |
int | boot_val |
int | min |
int | max |
GucIntCheckHook | check_hook |
GucIntAssignHook | assign_hook |
GucShowHook | show_hook |
int | reset_val |
void * | reset_extra |
Definition at line 187 of file guc_tables.h.
Definition at line 196 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomIntVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 192 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), and set_config_option().
Definition at line 195 of file guc_tables.h.
Referenced by call_int_check_hook(), and DefineCustomIntVariable().
struct config_generic config_int::gen |
Definition at line 189 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_int_check_hook(), DefineCustomIntVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
int config_int::max |
Definition at line 194 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), and set_config_option().
int config_int::min |
Definition at line 193 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), and set_config_option().
void* config_int::reset_extra |
Definition at line 200 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().
Definition at line 199 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionByNum(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_option().
Definition at line 197 of file guc_tables.h.
Referenced by _ShowOption(), and DefineCustomIntVariable().
int* config_int::variable |
Definition at line 191 of file guc_tables.h.
Referenced by _ShowOption(), AtEOXact_GUC(), DefineCustomIntVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().