- Notifications
You must be signed in to change notification settings - Fork5
Commit1e910cf
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 parent042a3e2 commit1e910cf
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9592 | 9592 |
| |
9593 | 9593 |
| |
9594 | 9594 |
| |
9595 |
| - | |
| 9595 | + | |
9596 | 9596 |
| |
9597 | 9597 |
| |
9598 | 9598 |
| |
|
0 commit comments
Comments
(0)