pgsql: Make pg_dump and pg_restore handle binary archive formats - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Make pg_dump and pg_restore handle binary archive formats
Date
Msg-id 20050126194445.7275A3A5CF0@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pg_dump and pg_restore handle binary archive formats