postgresql/src/bin/pg_basebackup
Tom Lane dc014e0446 Fix oversights in pg_basebackup's -z (compression) option.
The short-form -z switch didn't work, for lack of telling getopt_long
about it; and even if specified long-form, it failed to do anything,
because the various tests elsewhere in the file would take
Z_DEFAULT_COMPRESSION (which is -1) as meaning "don't compress".

Per bug #6060 from Shigehiro Honda, though I editorialized on his patch
a bit.
2011-06-15 13:15:36 -04:00
..
po Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
.gitignore Add .gitignore file to silence complaints about pg_basebackup. 2011-01-23 13:07:34 -05:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00
nls.mk Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_basebackup.c Fix oversights in pg_basebackup's -z (compression) option. 2011-06-15 13:15:36 -04:00