summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2016-08-01 17:36:14 +0900
committerFujii Masao <fujii@postgresql.org>2016-08-01 17:37:53 +0900
commit013f423729a8e7b75bbb80db5212fe320a146343 (patch)
tree06f5987fa14fc6c15cd11886599fb25f3e506b86 /src/backend/commands/variable.c
parent9c6e5942ac1a23de201706c1cb12c5f35e94edea (diff)
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 9 are accepted as valid values of -Z option. But, previously -Z 0 was rejected as an invalid compression level. Per discussion, it's better to make pg_basebackup treat 0 as valid compression level meaning no compression, like pg_dump. Back-patch to all supported versions. Reported-By: Jeff Janes Reviewed-By: Amit Kapila Discussion: CAMkU=1x+GwjSayc57v6w87ij6iRGFWt=hVfM0B64b1_bPVKRqg@mail.gmail.com
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions