forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit26ee7fb
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 parentd54e79b commit26ee7fb
2 files changed
+13
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10996 | 10996 |
| |
10997 | 10997 |
| |
10998 | 10998 |
| |
10999 |
| - | |
| 10999 | + | |
11000 | 11000 |
| |
11001 | 11001 |
| |
11002 | 11002 |
| |
| |||
15868 | 15868 |
| |
15869 | 15869 |
| |
15870 | 15870 |
| |
15871 |
| - | |
| 15871 | + | |
15872 | 15872 |
| |
15873 | 15873 |
| |
15874 | 15874 |
| |
|
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 |
| |
| |||
2639 | 2642 |
| |
2640 | 2643 |
| |
2641 | 2644 |
| |
2642 |
| - | |
| 2645 | + | |
| 2646 | + | |
| 2647 | + | |
2643 | 2648 |
| |
2644 | 2649 |
| |
2645 | 2650 |
| |
| |||
2648 | 2653 |
| |
2649 | 2654 |
| |
2650 | 2655 |
| |
2651 |
| - | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
2652 | 2659 |
| |
2653 | 2660 |
| |
2654 | 2661 |
| |
|
0 commit comments
Comments
(0)