|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| const char * | name |
| GucContext | context |
| enum config_group | group |
| const char * | short_desc |
| const char * | long_desc |
| int | flags |
| enum config_type | vartype |
| int | status |
| GucSource | source |
| GucSource | reset_source |
| GucContext | scontext |
| GucContext | reset_scontext |
| Oid | srole |
| Oid | reset_srole |
| GucStack * | stack |
| void * | extra |
| void * | reset_extra |
| dlist_node | nondef_link |
| slist_node | stack_link |
| slist_node | report_link |
| char * | last_reported |
| char * | sourcefile |
| int | sourceline |
| union { | |
| struct config_bool _bool | |
| struct config_int _int | |
| struct config_real _real | |
| struct config_string _string | |
| struct config_enum _enum | |
| }; | |
Definition at line 249 of file guc_tables.h.
| union { ... } config_generic::@145 |
| struct config_bool config_generic::_bool |
Definition at line 285 of file guc_tables.h.
Referenced by AtEOXact_GUC(), call_bool_check_hook(), DefineCustomBoolVariable(), get_explain_guc_options(), GetConfigOption(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().
| struct config_enum config_generic::_enum |
Definition at line 289 of file guc_tables.h.
Referenced by AtEOXact_GUC(), call_enum_check_hook(), config_enum_lookup_by_value(), DefineCustomEnumVariable(), estimate_variable_size(), get_explain_guc_options(), GetConfigOption(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), printMixedStruct(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().
| struct config_int config_generic::_int |
Definition at line 286 of file guc_tables.h.
Referenced by AtEOXact_GUC(), call_int_check_hook(), DefineCustomIntVariable(), estimate_variable_size(), get_explain_guc_options(), GetConfigOption(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), printMixedStruct(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().
| struct config_real config_generic::_real |
Definition at line 287 of file guc_tables.h.
Referenced by AtEOXact_GUC(), call_real_check_hook(), DefineCustomRealVariable(), get_explain_guc_options(), GetConfigOption(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), printMixedStruct(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().
| struct config_string config_generic::_string |
Definition at line 288 of file guc_tables.h.
Referenced by add_placeholder_variable(), AtEOXact_GUC(), call_string_check_hook(), define_custom_variable(), DefineCustomStringVariable(), estimate_variable_size(), free_placeholder(), get_explain_guc_options(), GetConfigOption(), GetConfigOptionResetString(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), reapply_stacked_values(), ResetAllOptions(), RestoreGUCState(), SelectConfigFiles(), serialize_variable(), set_config_with_handle(), set_stack_value(), ShowGUCOption(), and string_field_used().
| GucContext config_generic::context |
Definition at line 253 of file guc_tables.h.
Referenced by add_placeholder_variable(), AlterSystemSetConfigFile(), can_skip_gucvar(), DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), GetConfigOptionValues(), init_custom_variable(), printMixedStruct(), ProcessConfigFileInternal(), ResetAllOptions(), 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(), show_window_keys(), and validate_option_array_item().
| void* config_generic::extra |
Definition at line 268 of file guc_tables.h.
Referenced by AtEOXact_GUC(), call_bool_check_hook(), call_enum_check_hook(), call_int_check_hook(), call_real_check_hook(), call_string_check_hook(), extra_field_used(), InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), set_config_with_handle(), and set_stack_value().
| int config_generic::flags |
Definition at line 257 of file guc_tables.h.
Referenced by add_placeholder_variable(), AlterSystemSetConfigFile(), AtEOXact_GUC(), BeginReportingGUCOptions(), ConfigOptionIsVisible(), define_custom_variable(), DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), displayStruct(), flatten_set_variable_args(), get_config_handle(), get_config_unit_name(), get_explain_guc_options(), GetConfigOptionFlags(), GetConfigOptionValues(), init_custom_variable(), MarkGUCPrefixReserved(), parse_and_validate_value(), parse_int(), parse_real(), pg_settings_get_flags(), ReportChangedGUCOptions(), ResetAllOptions(), set_config_with_handle(), show_all_settings(), ShowAllGUCConfig(), ShowGUCOption(), and validate_option_array_item().
| enum config_group config_generic::group |
Definition at line 254 of file guc_tables.h.
Referenced by add_placeholder_variable(), GetConfigOptionValues(), init_custom_variable(), and printMixedStruct().
| char* config_generic::last_reported |
Definition at line 276 of file guc_tables.h.
Referenced by InitializeOneGUCOption(), ReportGUCOption(), and RestoreGUCState().
| const char* config_generic::long_desc |
Definition at line 256 of file guc_tables.h.
Referenced by DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), GetConfigOptionValues(), init_custom_variable(), and printMixedStruct().
| const char* config_generic::name |
Definition at line 252 of file guc_tables.h.
Referenced by add_guc_variable(), add_placeholder_variable(), build_guc_variables(), call_bool_check_hook(), call_enum_check_hook(), call_int_check_hook(), call_real_check_hook(), call_string_check_hook(), config_enum_lookup_by_value(), estimate_variable_size(), ExplainPrintSettings(), free_placeholder(), GetConfigOptionByName(), GetConfigOptionValues(), guc_var_compare(), GUCArrayAdd(), GUCArrayDelete(), init_custom_variable(), InitializeOneGUCOption(), MarkGUCPrefixReserved(), parse_and_validate_value(), printMixedStruct(), ProcessConfigFileInternal(), ReportGUCOption(), serialize_variable(), set_config_with_handle(), and ShowAllGUCConfig().
| dlist_node config_generic::nondef_link |
Definition at line 270 of file guc_tables.h.
Referenced by EstimateGUCStateSpace(), get_explain_guc_options(), RemoveGUCFromLists(), ResetAllOptions(), RestoreGUCState(), SerializeGUCState(), and set_guc_source().
| slist_node config_generic::report_link |
Definition at line 274 of file guc_tables.h.
Referenced by AtEOXact_GUC(), RemoveGUCFromLists(), ReportChangedGUCOptions(), ResetAllOptions(), and set_config_with_handle().
| void* config_generic::reset_extra |
Definition at line 269 of file guc_tables.h.
Referenced by extra_field_used(), InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), and set_config_with_handle().
| GucContext config_generic::reset_scontext |
Definition at line 264 of file guc_tables.h.
Referenced by define_custom_variable(), InitializeOneGUCOption(), reapply_stacked_values(), ResetAllOptions(), and set_config_with_handle().
| GucSource config_generic::reset_source |
Definition at line 262 of file guc_tables.h.
Referenced by define_custom_variable(), InitializeOneGUCOption(), ProcessConfigFileInternal(), reapply_stacked_values(), ResetAllOptions(), and set_config_with_handle().
| Oid config_generic::reset_srole |
Definition at line 266 of file guc_tables.h.
Referenced by define_custom_variable(), InitializeOneGUCOption(), reapply_stacked_values(), ResetAllOptions(), and set_config_with_handle().
| GucContext config_generic::scontext |
Definition at line 263 of file guc_tables.h.
Referenced by AtEOXact_GUC(), define_custom_variable(), estimate_variable_size(), InitializeOneGUCOption(), InitializeWalConsistencyChecking(), push_old_value(), ResetAllOptions(), serialize_variable(), and set_config_with_handle().
| const char* config_generic::short_desc |
Definition at line 255 of file guc_tables.h.
Referenced by add_placeholder_variable(), DefineCustomBoolVariable(), DefineCustomEnumVariable(), DefineCustomIntVariable(), DefineCustomRealVariable(), DefineCustomStringVariable(), GetConfigOptionValues(), init_custom_variable(), printMixedStruct(), and ShowAllGUCConfig().
| GucSource config_generic::source |
Definition at line 261 of file guc_tables.h.
Referenced by can_skip_gucvar(), define_custom_variable(), estimate_variable_size(), GetConfigOptionValues(), InitializeOneGUCOption(), InitializeWalConsistencyChecking(), ProcessConfigFileInternal(), push_old_value(), RemoveGUCFromLists(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), and set_guc_source().
| char* config_generic::sourcefile |
Definition at line 278 of file guc_tables.h.
Referenced by define_custom_variable(), estimate_variable_size(), GetConfigOptionValues(), InitializeOneGUCOption(), RestoreGUCState(), serialize_variable(), and set_config_sourcefile().
| int config_generic::sourceline |
Definition at line 280 of file guc_tables.h.
Referenced by define_custom_variable(), estimate_variable_size(), GetConfigOptionValues(), InitializeOneGUCOption(), serialize_variable(), and set_config_sourcefile().
| Oid config_generic::srole |
Definition at line 265 of file guc_tables.h.
Referenced by AtEOXact_GUC(), define_custom_variable(), estimate_variable_size(), InitializeOneGUCOption(), InitializeWalConsistencyChecking(), push_old_value(), ResetAllOptions(), serialize_variable(), and set_config_with_handle().
| GucStack* config_generic::stack |
Definition at line 267 of file guc_tables.h.
Referenced by AtEOXact_GUC(), define_custom_variable(), extra_field_used(), InitializeOneGUCOption(), ProcessConfigFileInternal(), push_old_value(), reapply_stacked_values(), RemoveGUCFromLists(), RestoreGUCState(), 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(), push_old_value(), and RemoveGUCFromLists().
| int config_generic::status |
Definition at line 260 of file guc_tables.h.
Referenced by AtEOXact_GUC(), get_guc_variables(), GetConfigOptionValues(), InitializeOneGUCOption(), MarkGUCPrefixReserved(), ProcessConfigFileInternal(), RemoveGUCFromLists(), ReportChangedGUCOptions(), ResetAllOptions(), 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(), AtEOXact_GUC(), define_custom_variable(), discard_stack_value(), estimate_variable_size(), free_placeholder(), get_explain_guc_options(), GetConfigOption(), GetConfigOptionResetString(), GetConfigOptionValues(), init_custom_variable(), InitializeOneGUCOption(), parse_and_validate_value(), printMixedStruct(), ResetAllOptions(), RestoreGUCState(), serialize_variable(), set_config_with_handle(), set_stack_value(), and ShowGUCOption().