PostgreSQL Source Code
git master
|
#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 212 of file guc_tables.h.
GucIntAssignHook config_int::assign_hook |
Definition at line 221 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomIntVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
int config_int::boot_val |
Definition at line 217 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), and set_config_with_handle().
GucIntCheckHook config_int::check_hook |
Definition at line 220 of file guc_tables.h.
Referenced by call_int_check_hook(), and DefineCustomIntVariable().
struct config_generic config_int::gen |
Definition at line 209 of file guc_tables.h.
Referenced by AtEOXact_GUC(), build_guc_variables(), call_int_check_hook(), DefineCustomIntVariable(), InitializeOneGUCOption(), parse_and_validate_value(), ResetAllOptions(), and set_config_with_handle().
int config_int::max |
Definition at line 219 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), and parse_and_validate_value().
int config_int::min |
Definition at line 218 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), and parse_and_validate_value().
void* config_int::reset_extra |
Definition at line 225 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), and set_config_with_handle().
int config_int::reset_val |
Definition at line 224 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
GucShowHook config_int::show_hook |
Definition at line 222 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), and ShowGUCOption().
int* config_int::variable |
Definition at line 216 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomIntVariable(), estimate_variable_size(), get_explain_guc_options(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), and ShowGUCOption().