forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0eede96
committed
pg_dump: fix failure to dump comments on constraints in some cases.
Thinko in commit5209c0b: I checked the wrong object'sDUMP_COMPONENT_COMMENT bit in two places.Per bug #17675 from Franz-Josef Färber.Discussion:https://postgr.es/m/17675-c69c001e06390867@postgresql.org1 parentd5e1748 commit0eede96
2 files changed
+13
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10986 | 10986 |
| |
10987 | 10987 |
| |
10988 | 10988 |
| |
10989 |
| - | |
| 10989 | + | |
10990 | 10990 |
| |
10991 | 10991 |
| |
10992 | 10992 |
| |
| |||
15865 | 15865 |
| |
15866 | 15866 |
| |
15867 | 15867 |
| |
15868 |
| - | |
| 15868 | + | |
15869 | 15869 |
| |
15870 | 15870 |
| |
15871 | 15871 |
| |
|
Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1690 | 1690 |
| |
1691 | 1691 |
| |
1692 | 1692 |
| |
1693 |
| - | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
1694 | 1696 |
| |
1695 | 1697 |
| |
1696 | 1698 |
| |
1697 | 1699 |
| |
1698 | 1700 |
| |
1699 |
| - | |
| 1701 | + | |
| 1702 | + | |
1700 | 1703 |
| |
1701 | 1704 |
| |
1702 | 1705 |
| |
| |||
2617 | 2620 |
| |
2618 | 2621 |
| |
2619 | 2622 |
| |
2620 |
| - | |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
2621 | 2626 |
| |
2622 | 2627 |
| |
2623 | 2628 |
| |
| |||
2626 | 2631 |
| |
2627 | 2632 |
| |
2628 | 2633 |
| |
2629 |
| - | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
2630 | 2637 |
| |
2631 | 2638 |
| |
2632 | 2639 |
| |
|
0 commit comments
Comments
(0)