- Notifications
You must be signed in to change notification settings - Fork5
Commitdf43fcf
committed
pg_dump: Fix quoting of domain constraint names
The original code was adding double quotes to an already-quotedidentifier, leading to nonsensical results. Remove the quoting call.I introduced the broken code in7eca575 of 9.5 era, so backpatch to9.5.Report and patch by Elvis PranskevichusReviewed by Michael Paquier1 parente1bd684 commitdf43fcf
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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
Comments
(0)