pgsql: Avoid context dependency in test case added by 9a71989a8. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Avoid context dependency in test case added by 9a71989a8.
Date
Msg-id E1uxCW0-000Q4A-2d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid context dependency in test case added by 9a71989a8.

It's not quite clear to me why this didn't show up in my local
check-world testing, but some of the buildfarm evidently runs
this test with a different database name.  Adjust the test
so that that doesn't affect the reported error messages.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/88824e68611a88a4ef7218c093810a94f86e12e0

Modified Files
--------------
src/test/modules/unsafe_tests/expected/setconfig.out | 8 ++++----
src/test/modules/unsafe_tests/sql/setconfig.sql      | 4 ++++
2 files changed, 8 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Specify locale provider for pg_regress --no-locale