|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| int * | variable |
| int | boot_val |
| const struct config_enum_entry * | options |
| GucEnumCheckHook | check_hook |
| GucEnumAssignHook | assign_hook |
| GucShowHook | show_hook |
| int | reset_val |
Definition at line 200 of file guc_tables.h.
| GucEnumAssignHook config_enum::assign_hook |
Definition at line 207 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomEnumVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
| int config_enum::boot_val |
Definition at line 204 of file guc_tables.h.
Referenced by DefineCustomEnumVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), and set_config_with_handle().
| GucEnumCheckHook config_enum::check_hook |
Definition at line 206 of file guc_tables.h.
Referenced by call_enum_check_hook(), and DefineCustomEnumVariable().
| const struct config_enum_entry* config_enum::options |
Definition at line 205 of file guc_tables.h.
Referenced by config_enum_get_options(), config_enum_lookup_by_name(), config_enum_lookup_by_value(), and DefineCustomEnumVariable().
| int config_enum::reset_val |
Definition at line 210 of file guc_tables.h.
Referenced by DefineCustomEnumVariable(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().
| GucShowHook config_enum::show_hook |
Definition at line 208 of file guc_tables.h.
Referenced by DefineCustomEnumVariable(), and ShowGUCOption().
| int* config_enum::variable |
Definition at line 203 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomEnumVariable(), estimate_variable_size(), get_explain_guc_options(), GetConfigOption(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().