#include "postgres_fe.h"
#include <math.h>
#include "common.h"
#include "common/logging.h"
#include "variables.h"
Go to the source code of this file.
Definition at line 53 of file variables.c.
References _variable::assign_hook, _variable::name, _variable::next, pg_malloc(), _variable::substitute_hook, and _variable::value.
Referenced by EstablishVariableSpace().
Definition at line 474 of file variables.c.
References name, and SetVariable().
Referenced by parse_psql_options().
Definition at line 73 of file variables.c.
References cmp(), name, _variable::name, _variable::next, and _variable::value.
Referenced by get_prompt(), initializeInput(), and psql_get_variable().
Definition at line 109 of file variables.c.
References len, name, pg_log_error, pg_strcasecmp(), pg_strncasecmp(), and value.
Referenced by autocommit_hook(), do_pset(), echo_hidden_hook(), exec_command_connect(), exec_command_timing(), hide_compression_hook(), hide_tableam_hook(), is_true_boolean_expression(), on_error_rollback_hook(), on_error_stop_hook(), quiet_hook(), show_all_results_hook(), singleline_hook(), and singlestep_hook().
Definition at line 195 of file variables.c.
References name, pg_log_error, and value.
Referenced by watch_interval_hook().
Definition at line 158 of file variables.c.
References name, pg_log_error, and value.
Referenced by do_pset(), fetch_count_hook(), histsize_hook(), ignoreeof_hook(), and ignoreeof_substitute_hook().
Definition at line 256 of file variables.c.
References cancel_pressed, _variable::name, _variable::next, printf, and _variable::value.
Referenced by exec_command_set().
Definition at line 486 of file variables.c.
References name, pg_log_error, and value.
Referenced by comp_keyword_case_hook(), do_pset(), echo_hidden_hook(), echo_hook(), histcontrol_hook(), on_error_rollback_hook(), show_context_hook(), and verbosity_hook().
Definition at line 281 of file variables.c.
References _variable::assign_hook, cmp(), free, name, _variable::name, _variable::next, pg_free(), pg_log_error, pg_malloc(), pg_strdup(), _variable::substitute_hook, valid_variable_name(), _variable::value, and value.
Referenced by DeleteVariable(), do_lo_import(), exec_command_encoding(), exec_command_getenv(), exec_command_prompt(), exec_command_set(), exec_command_unset(), ExecQueryAndProcessResults(), main(), parse_psql_options(), PrintQueryStatus(), SendQuery(), SetPipelineVariables(), SetResultVariables(), SetShellResultVariables(), SetVariableBool(), StoreQueryTuple(), SyncVariables(), and UnsyncVariables().
Definition at line 462 of file variables.c.
References name, and SetVariable().
Referenced by main(), and parse_psql_options().
Definition at line 384 of file variables.c.
References _variable::assign_hook, cmp(), name, _variable::name, _variable::next, pg_malloc(), pg_strdup(), _variable::substitute_hook, valid_variable_name(), and _variable::value.
Referenced by EstablishVariableSpace().
Definition at line 24 of file variables.c.
References IS_HIGHBIT_SET, and name.
Referenced by SetVariable(), and SetVariableHooks().
Definition at line 437 of file variables.c.
References Assert(), _variable::assign_hook, cmp(), name, _variable::name, _variable::next, and _variable::substitute_hook.
Referenced by StoreQueryTuple().