pgsql: Avoid context dependency in test case added by 9a71989a8.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid context dependency in test case added by 9a71989a8.
Date: 2025-09-12 22:45:13
Message-ID: E1uxCW0-000Q4A-2d@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-09-13 17:52:11 pgsql: Specify locale provider for pg_regress --no-locale
Previous Message Tom Lane 2025-09-12 22:10:16 pgsql: Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name