aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-15 13:15:05 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-15 13:15:36 -0400
commitdc014e0446f5bfb52129fc6781a98b236d8166c6 (patch)
treedc79e0675e71c0fffebae0a0fbe710f7aba5f2a8 /src/backend/access/gist/gistproc.c
parent2b44a2d62d12406da59fa6b23a0854d1d5068b17 (diff)
downloadpostgresql-dc014e0446f5bfb52129fc6781a98b236d8166c6.tar.gz
postgresql-dc014e0446f5bfb52129fc6781a98b236d8166c6.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions