pgsql: Fix thinko in psql test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko in psql test
Date: 2022-01-18 15:59:30
Message-ID: E1n9qtO-000443-71@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in psql test

The tests added by 14d755b00037ce04b9e24504f4b540d9e731c29e added a
test case for psql's \set ECHO errors. After the test, it then reset
this to \set ECHO none, which is the default. But the regression
tests are actually run under \set ECHO all (psql -a), so that would
have been the correct way to restore the previous state. Otherwise,
test cases added after that point would not have their input lines
displayed. This was never the intention, so fix this now.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d14315084366584bffdca1e014cd44ee81408ceb

Modified Files
--------------
src/test/regress/sql/psql.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-01-18 16:45:39 pgsql: Revert "Replace use of deprecated Python module distutils.syscon
Previous Message Peter Eisentraut 2022-01-18 05:45:01 pgsql: Replace use of deprecated Python module distutils.sysconfig