pgsql: pg_dump: Fix quoting of domain constraint names - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pg_dump: Fix quoting of domain constraint names
Date
Msg-id E1aMkll-0000ud-CE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump: Fix quoting of domain constraint names

The original code was adding double quotes to an already-quoted
identifier, leading to nonsensical results.  Remove the quoting call.

I introduced the broken code in 7eca575d1c of 9.5 era, so backpatch to
9.5.

Report and patch by Elvis Pranskevichus
Reviewed by Michael Paquier

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1e910cf5baf35721b1d889bd3e976e49e0694857

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_dump: Fix quoting of domain constraint names
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Improve completion of FDW DDL commands