Commit df43fcf
committed
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 7eca575 of 9.5 era, so backpatch to
9.5.
Report and patch by Elvis Pranskevichus
Reviewed by Michael Paquier1 parent e1bd684 commit df43fcf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9611 | 9611 | | |
9612 | 9612 | | |
9613 | 9613 | | |
9614 | | - | |
| 9614 | + | |
9615 | 9615 | | |
9616 | 9616 | | |
9617 | 9617 | | |
| |||
0 commit comments