Fix one more portability shortcoming in new test_pg_dump test.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/modules/test_pg_dump/expected/test_pg_dump.out | modified | +4 −4 |
| src/test/modules/test_pg_dump/sql/test_pg_dump.sql | modified | +4 −4 |