]> granicus.if.org Git - postgresql/commit
Un-break compression of plain-text output format in pg_dump.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Sep 2011 17:59:17 +0000 (13:59 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Sep 2011 17:59:17 +0000 (13:59 -0400)
commit23fe7a74777eba01835389263418cbe8a546e772
tree4b377def6084549bd8a3fd1e0201b75f56cd7f19
parent84bbe57dc128df224614c61f88c350ee9ed92123
Un-break compression of plain-text output format in pg_dump.

pg_dump has historically understood -Z with no -F switch to mean that
it should emit a gzip-compressed version of its plain text output.
This got broken through a misunderstanding in the 9.1 patch that added
directory output format.  Restore the former behavior.

Per complaint from Roger Niederland and diagnosis by Adrian Klaver.
src/bin/pg_dump/pg_dump.c