|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| int * | variable |
| int | boot_val |
| int | min |
| int | max |
| GucIntCheckHook | check_hook |
| GucIntAssignHook | assign_hook |
| GucShowHook | show_hook |
| int | reset_val |
Definition at line 150 of file guc_tables.h.
| GucIntAssignHook config_int::assign_hook |
Definition at line 158 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 154 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 157 of file guc_tables.h.
Referenced by call_int_check_hook(), and DefineCustomIntVariable().
| int config_int::max |
Definition at line 156 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), and printMixedStruct().
| int config_int::min |
Definition at line 155 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), and printMixedStruct().
| int config_int::reset_val |
Definition at line 161 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_with_handle().
| GucShowHook config_int::show_hook |
Definition at line 159 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), and ShowGUCOption().
| int* config_int::variable |
Definition at line 153 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomIntVariable(), estimate_variable_size(), get_explain_guc_options(), GetConfigOption(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().