]> granicus.if.org Git - postgresql/commit
pg_dump: Fix quoting of domain constraint names
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Jan 2016 23:04:35 +0000 (20:04 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Jan 2016 23:04:35 +0000 (20:04 -0300)
commit1e910cf5baf35721b1d889bd3e976e49e0694857
tree0d01f9bee66226c6161d226bf240e83254a33d63
parent042a3e2353e366cc1e571078fd92c7365fe12d46
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
src/bin/pg_dump/pg_dump.c