forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita6a3a27
committed
pg_dump: Fix dump of generated columns in partitions
The previous fix for dumping of inherited generated columns(0bf8364) must not be applied topartitions, since, unlike normal inherited tables, they are alwaysdumped separately and reattached.Reported-by: Santosh Udupi <email@hitha.net>Discussion:https://www.postgresql.org/message-id/flat/CACLRvHZ4a-%2BSM_159%2BtcrHdEqxFrG%3DW4gwTRnwf7Oj0UNj5R2A%40mail.gmail.com1 parent64190d6 commita6a3a27
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 |
| - | |
448 |
| - | |
449 |
| - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
450 | 452 |
| |
451 | 453 |
| |
452 | 454 |
| |
| |||
549 | 551 |
| |
550 | 552 |
| |
551 | 553 |
| |
552 |
| - | |
| 554 | + | |
553 | 555 |
| |
554 | 556 |
| |
555 | 557 |
| |
|
0 commit comments
Comments
(0)