forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit013f423
committed
Fix pg_basebackup so that it accepts 0 as a valid compression level.
The help message for pg_basebackup specifies that the numbers 0 through 9are accepted as valid values of -Z option. But, previously -Z 0 was rejectedas an invalid compression level.Per discussion, it's better to make pg_basebackup treat 0 as validcompression level meaning no compression, like pg_dump.Back-patch to all supported versions.Reported-By: Jeff JanesReviewed-By: Amit KapilaDiscussion: CAMkU=1x+GwjSayc57v6w87ij6iRGFWt=hVfM0B64b1_bPVKRqg@mail.gmail.com1 parent9c6e594 commit013f423
File tree
2 files changed
+2
-2
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1789 | 1789 |
| |
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 |
| - | |
| 1792 | + | |
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 | 1795 |
| |
|
0 commit comments
Comments
(0)