|
PostgreSQL Source Code git master
|
#include "utils/guc.h"

Go to the source code of this file.
Functions | |
| int | guc_name_compare (const char *namea, const char *nameb) |
| ConfigVariable * | ProcessConfigFileInternal (GucContext context, bool applySettings, int elevel) |
| void | record_config_file_error (const char *errmsg, const char *config_file, int lineno, ConfigVariable **head_p, ConfigVariable **tail_p) |
Definition at line 1177 of file guc.c.
References fb().
Referenced by convert_GUC_name_for_parameter_acl(), find_option(), GetPGVariable(), GetPGVariableResultDesc(), guc_name_match(), guc_var_compare(), ParseConfigFp(), and replace_auto_config_value().
|
extern |
Definition at line 284 of file guc.c.
References bail_out(), CONF_FILE_START_DEPTH, ConfigFileName, config_generic::context, DataDir, ereport, errcode(), errmsg(), ERROR, error(), fb(), find_option(), GetConfigOption(), GetCurrentTimestamp(), GetDatabaseEncodingName(), GUC_ACTION_SET, guc_hashtab, GUC_IS_IN_FILE, GUC_PENDING_RESTART, hash_seq_init(), hash_seq_search(), InitializeGUCOptionsFromEnvironment(), IsUnderPostmaster, ConfigVariable::next, ParseConfigFile(), pfree(), PG_AUTOCONF_FILENAME, pg_timezone_abbrev_initialize(), PGC_BACKEND, PGC_POSTMASTER, PGC_S_DEFAULT, PGC_S_DYNAMIC_DEFAULT, PGC_S_FILE, PGC_SIGHUP, PgReloadTime, guc_stack::prev, psprintf(), pstrdup(), record_config_file_error(), set_config_option(), set_config_sourcefile(), set_guc_source(), SetConfigOption(), guc_stack::source, config_generic::stack, config_generic::status, and valid_custom_variable_name().
Referenced by ProcessConfigFile(), and show_all_file_settings().
|
extern |
Definition at line 278 of file guc-file.l.
References ConfigVariable::applied, config_file, errmsg(), ConfigVariable::errmsg, fb(), ConfigVariable::filename, ConfigVariable::ignore, ConfigVariable::name, ConfigVariable::next, palloc_object, pstrdup(), ConfigVariable::sourceline, and ConfigVariable::value.
Referenced by ParseConfigDirectory(), ParseConfigFile(), ParseConfigFp(), and ProcessConfigFileInternal().