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 ------ master Details ------- http://git.postgresql.org/pg/commitdiff/23fe7a74777eba01835389263418cbe8a546e772 Modified Files -------------- src/bin/pg_dump/pg_dump.c | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
