|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Definition at line 249 of file guc_tables.h.
| union { ... } config_generic |
| struct config_bool config_generic::_bool |
Definition at line 285 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), GetConfigOption(), GetConfigOptionResetString(), set_config_with_handle(), and ShowGUCOption().
| struct config_enum config_generic::_enum |
Definition at line 289 of file guc_tables.h.
Referenced by config_enum_lookup_by_value(), DefineCustomEnumVariable(), GetConfigOption(), GetConfigOptionResetString(), parse_and_validate_value(), set_config_with_handle(), and ShowGUCOption().
| struct config_int config_generic::_int |
Definition at line 286 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), GetConfigOption(), GetConfigOptionResetString(), parse_and_validate_value(), set_config_with_handle(), and ShowGUCOption().
| struct config_real config_generic::_real |
Definition at line 287 of file guc_tables.h.
Referenced by DefineCustomRealVariable(), GetConfigOption(), GetConfigOptionResetString(), parse_and_validate_value(), set_config_with_handle(), and ShowGUCOption().
| struct config_string config_generic::_string |
Definition at line 288 of file guc_tables.h.
Referenced by add_placeholder_variable(), DefineCustomStringVariable(), GetConfigOption(), GetConfigOptionResetString(), set_config_with_handle(), and ShowGUCOption().
| GucContext config_generic::context |
Definition at line 253 of file guc_tables.h.
Referenced by add_placeholder_variable(), AlterSystemSetConfigFile(), DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), init_custom_variable(), ProcessConfigFileInternal(), set_config_with_handle(), SetConfigOption(), show_expression(), show_grouping_set_keys(), show_grouping_sets(), show_memoize_info(), show_plan_tlist(), show_sort_group_keys(), show_tablesample(), show_window_def(), and show_window_keys().
| void* config_generic::extra |
Definition at line 268 of file guc_tables.h.
Referenced by call_bool_check_hook(), call_enum_check_hook(), call_int_check_hook(), call_real_check_hook(), call_string_check_hook(), extra_field_used(), and set_config_with_handle().
| int config_generic::flags |
Definition at line 257 of file guc_tables.h.
Referenced by add_placeholder_variable(), AlterSystemSetConfigFile(), DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), flatten_set_variable_args(), get_config_handle(), get_config_unit_name(), GetConfigOptionFlags(), init_custom_variable(), MarkGUCPrefixReserved(), parse_and_validate_value(), parse_int(), parse_real(), pg_settings_get_flags(), set_config_with_handle(), and ShowGUCOption().
| enum config_group config_generic::group |
Definition at line 254 of file guc_tables.h.
Referenced by add_placeholder_variable(), and init_custom_variable().
| char* config_generic::last_reported |
Definition at line 276 of file guc_tables.h.
Referenced by ReportGUCOption().
Definition at line 256 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), and init_custom_variable().
Definition at line 252 of file guc_tables.h.
Referenced by add_guc_variable(), add_placeholder_variable(), build_guc_variables(), config_enum_lookup_by_value(), GetConfigOptionByName(), guc_var_compare(), GUCArrayAdd(), GUCArrayDelete(), init_custom_variable(), MarkGUCPrefixReserved(), parse_and_validate_value(), ReportGUCOption(), and set_config_with_handle().
| dlist_node config_generic::nondef_link |
Definition at line 270 of file guc_tables.h.
Referenced by EstimateGUCStateSpace(), get_explain_guc_options(), ResetAllOptions(), RestoreGUCState(), and SerializeGUCState().
| slist_node config_generic::report_link |
Definition at line 274 of file guc_tables.h.
Referenced by ReportChangedGUCOptions(), and set_config_with_handle().
| void* config_generic::reset_extra |
Definition at line 269 of file guc_tables.h.
Referenced by set_config_with_handle().
| GucContext config_generic::reset_scontext |
Definition at line 264 of file guc_tables.h.
Referenced by set_config_with_handle().
| GucSource config_generic::reset_source |
Definition at line 262 of file guc_tables.h.
Referenced by set_config_with_handle().
| Oid config_generic::reset_srole |
Definition at line 266 of file guc_tables.h.
Referenced by set_config_with_handle().
| GucContext config_generic::scontext |
Definition at line 263 of file guc_tables.h.
Referenced by set_config_with_handle().
Definition at line 255 of file guc_tables.h.
Referenced by add_placeholder_variable(), DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), and init_custom_variable().
| GucSource config_generic::source |
Definition at line 261 of file guc_tables.h.
Referenced by set_config_with_handle().
| char* config_generic::sourcefile |
Definition at line 278 of file guc_tables.h.
Referenced by set_config_sourcefile().
| int config_generic::sourceline |
Definition at line 280 of file guc_tables.h.
Referenced by set_config_sourcefile().
| Oid config_generic::srole |
Definition at line 265 of file guc_tables.h.
Referenced by set_config_with_handle().
| GucStack* config_generic::stack |
Definition at line 267 of file guc_tables.h.
Referenced by AtEOXact_GUC(), extra_field_used(), ProcessConfigFileInternal(), reapply_stacked_values(), set_config_with_handle(), and string_field_used().
| slist_node config_generic::stack_link |
Definition at line 272 of file guc_tables.h.
Referenced by AtEOXact_GUC().
| int config_generic::status |
Definition at line 260 of file guc_tables.h.
Referenced by get_guc_variables(), MarkGUCPrefixReserved(), ProcessConfigFileInternal(), and set_config_with_handle().
| enum config_type config_generic::vartype |
Definition at line 258 of file guc_tables.h.
Referenced by add_placeholder_variable(), AlterSystemSetConfigFile(), GetConfigOption(), GetConfigOptionResetString(), init_custom_variable(), parse_and_validate_value(), set_config_with_handle(), and ShowGUCOption().