- Notifications
You must be signed in to change notification settings - Fork28
Commit2af39c3
Dump foreign keys on partitioned tables
The patch that ended up as commit3de241d ("Foreign keys onpartitioned tables") lacked pg_dump tests, so the pg_dump code that wasthere to support it inadvertently stopped working when in laterdevelopment I modified the backend code not to emit pg_trigger rows forthe partitioned table itself.Bug analysis and code fix is by Michaël. I (Álvaro) added the test.Reported-by: amul sul <sulamul@gmail.com>Co-authored-by: Michaël Paquier <michael@paquier.xyz>Co-authored-by: Álvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://postgr.es/m/CAAJ_b94n=UsNVhgs97vCaWEZAMe-tGDRVuZ73oePQH=eaJKGSA@mail.gmail.com1 parent5586e42 commit2af39c3
2 files changed
+25
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7131 | 7131 |
| |
7132 | 7132 |
| |
7133 | 7133 |
| |
7134 |
| - | |
| 7134 | + | |
| 7135 | + | |
| 7136 | + | |
| 7137 | + | |
| 7138 | + | |
| 7139 | + | |
7135 | 7140 |
| |
7136 | 7141 |
| |
7137 | 7142 |
| |
|
Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
634 | 653 |
| |
635 | 654 |
| |
636 | 655 |
| |
|
0 commit comments
Comments
(0)