forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit23fe7a7
committed
Un-break compression of plain-text output format in pg_dump.
pg_dump has historically understood -Z with no -F switch to mean thatit should emit a gzip-compressed version of its plain text output.This got broken through a misunderstanding in the 9.1 patch that addeddirectory output format. Restore the former behavior.Per complaint from Roger Niederland and diagnosis by Adrian Klaver.1 parent84bbe57 commit23fe7a7
1 file changed
+3
-9
lines changedLines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
| 531 | + | |
531 | 532 |
| |
532 | 533 |
| |
533 | 534 |
| |
534 | 535 |
| |
535 | 536 |
| |
536 | 537 |
| |
537 |
| - | |
538 |
| - | |
539 |
| - | |
540 |
| - | |
541 |
| - | |
542 |
| - | |
543 |
| - | |
544 |
| - | |
| 538 | + | |
545 | 539 |
| |
546 | 540 |
| |
547 | 541 |
| |
| |||
550 | 544 |
| |
551 | 545 |
| |
552 | 546 |
| |
553 |
| - | |
| 547 | + | |
554 | 548 |
| |
555 | 549 |
| |
556 | 550 |
| |
|
0 commit comments
Comments
(0)