Fix one more portability shortcoming in new test_pg_dump test.
commitd12b4ba1bd3eedd862064cf1dad5ff107c5cba90
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Apr 2024 14:45:14 +0000 (30 10:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Apr 2024 14:45:14 +0000 (30 10:45 -0400)
tree15c636af5022357c75d88d3190f8f0e26e3de974
parentf6ab942f5de003f37b88580154ebb614655d7e11
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.
src/test/modules/test_pg_dump/expected/test_pg_dump.out
src/test/modules/test_pg_dump/sql/test_pg_dump.sql