diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-04-30 10:45:14 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-04-30 10:45:14 -0400 |
commit | d12b4ba1bd3eedd862064cf1dad5ff107c5cba90 (patch) | |
tree | 15c636af5022357c75d88d3190f8f0e26e3de974 /src/backend/commands/dbcommands.c | |
parent | f6ab942f5de003f37b88580154ebb614655d7e11 (diff) | |
download | postgresql-d12b4ba1bd3eedd862064cf1dad5ff107c5cba90.tar.gz postgresql-d12b4ba1bd3eedd862064cf1dad5ff107c5cba90.zip |
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.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions