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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Un-break compression of plain-text output format in pg_dump.
Date: 2011-09-25 18:00:12
Message-ID: E1R7szs-0006D3-4e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-09-25 20:58:18 pgsql: In pgrminclude, document requirement to use pgcompinclude, and s
Previous Message User Jbcooley 2011-09-25 16:48:30 npgsql - Npgsql2: Added XmlTest entity model