Un-break compression of plain-text output format in pg_dump.
authorTom Lane <[email protected]>
Sun, 25 Sep 2011 17:59:17 +0000 (13:59 -0400)
committerTom Lane <[email protected]>
Sun, 25 Sep 2011 17:59:35 +0000 (13:59 -0400)
commitbe64ba6230d697bca724f9c4aaa9f071164364d1
treec29632a2c6bdeb5d904747c522d43c3772ec596f
parent3f75cecfbb419b733069dfde0d031fd24aa6e4e5
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