forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfeb270d
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 parenta970edb commitfeb270d
1 file changed
+6
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
483 |
| - | |
484 |
| - | |
485 |
| - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
486 | 488 |
| |
487 | 489 |
| |
488 | 490 |
| |
| |||
585 | 587 |
| |
586 | 588 |
| |
587 | 589 |
| |
588 |
| - | |
| 590 | + | |
589 | 591 |
| |
590 | 592 |
| |
591 | 593 |
| |
|
0 commit comments
Comments
(0)