]> granicus.if.org Git - postgresql/commit
Fix pg_dump output to a named tar-file archive.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Jun 2012 01:55:48 +0000 (21:55 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Jun 2012 01:55:48 +0000 (21:55 -0400)
commitbf0945e8636bf0390ef4569bbbf9763573211e03
tree4290544e4162910bee5abd5585575a4e8778f440
parent7d754961f799634128fb2d77632e2b53b736ae21
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.
src/bin/pg_dump/pg_backup_tar.c