Thread: pgsql: Make pg_dump and pg_restore handle binary archive formats

pgsql: Make pg_dump and pg_restore handle binary archive formats

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Make pg_dump and pg_restore handle binary archive formats correctly
when using stdout/stdin on Windows.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.103 -> r1.104)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.103&r2=1.104)