forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9588622
committed
Fix some thinkos with pg_receivewal --compression-method
The option name was incorrect in one of the error messages, and theshort option 'I' was used in the code but we did not intend things to bethis way. While on it, fix the documentation to refer to a "method",and not a "level.Oversights in commitd62bcc8, that I have detected after more review ofthe LZ4 patch for pg_receivewal.1 parentd62bcc8 commit9588622
File tree
2 files changed
+14
-14
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
2 files changed
+14
-14
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
|
Lines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
544 | 543 |
| |
545 | 544 |
| |
546 | 545 |
| |
547 | 546 |
| |
548 | 547 |
| |
549 | 548 |
| |
550 | 549 |
| |
| 550 | + | |
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
| |||
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
629 |
| - | |
630 |
| - | |
631 |
| - | |
632 |
| - | |
633 |
| - | |
634 |
| - | |
635 |
| - | |
636 |
| - | |
637 |
| - | |
638 |
| - | |
639 |
| - | |
640 |
| - | |
641 | 629 |
| |
642 | 630 |
| |
643 | 631 |
| |
| |||
659 | 647 |
| |
660 | 648 |
| |
661 | 649 |
| |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
|
0 commit comments
Comments
(0)