diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index e1b04de0132..6e3acdc416e 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -841,7 +841,6 @@ StoreQueryTuple(const PGresult *result) if (!SetVariable(pset.vars, varname, value)) { - psql_error("could not set variable \"%s\"\n", varname); free(varname); success = false; break; |