pgsql: Fix one more portability shortcoming in new test_pg_dump test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix one more portability shortcoming in new test_pg_dump test.
Date
Msg-id E1s1ojj-000nzs-A3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix one more portability shortcoming in new test_pg_dump test.

If the bootstrap superuser's name requires quoting, regroleout
will supply double quotes ... but the result of CURRENT_USER
is just the literal name.  Apply quote_ident() to ensure a match.

Per Andrew Dunstan's off-list investigation of buildfarm member
prion's failures.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Remove one example related to pg_input_error_info()
Next
From: Tom Lane
Date:
Subject: pgsql: Disallow converting a table to a view within an outer SQL comman