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-0000uc-C8@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/df43fcf4575cf77d85f4c4dcc096661905a6eb33

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add trigonometric functions that work in degrees.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pg_dump: Fix quoting of domain constraint names