pgsql: Fix pg_dump output to a named tar-file archive.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump output to a named tar-file archive.
Date: 2012-06-12 01:56:06
Message-ID: E1SeGL0-0005Mh-Dz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_dump output to a named tar-file archive.

"pg_dump -Ft -f filename ..." got broken by my recent commit
4317e0246c645f60c39e6572644cff1cb03b4c65, which I fear I only tested
in the output-to-stdout variant.

Report and fix by Muhammad Asif Naeem.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_backup_tar.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-12 02:47:41 pgsql: Ensure pg_ctl behaves sanely when data directory is not specifie
Previous Message Robert Haas 2012-06-11 22:03:23 Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3