forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit93ad00c
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 parent42f70cd commit93ad00c
2 files changed
+25
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7140 | 7140 |
| |
7141 | 7141 |
| |
7142 | 7142 |
| |
7143 |
| - | |
| 7143 | + | |
| 7144 | + | |
| 7145 | + | |
| 7146 | + | |
| 7147 | + | |
| 7148 | + | |
7144 | 7149 |
| |
7145 | 7150 |
| |
7146 | 7151 |
| |
|
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)