pgsql: Un-break compression of plain-text output format in pg_dump. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Un-break compression of plain-text output format in pg_dump.
Date
Msg-id E1R7szs-0006D3-4e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/be64ba6230d697bca724f9c4aaa9f071164364d1

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Added XmlTest entity model
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pgrminclude, document requirement to use pgcompinclude, and s