pgsql: pg_restore failed on tar-format archives if they contained large - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: pg_restore failed on tar-format archives if they contained large
Date
Msg-id 20061101155926.A0C719FBD38@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
pg_restore failed on tar-format archives if they contained large objects
(blobs) with comments, per bug #2727 from Konstantin Pelepelin.
Mea culpa for not having tested this case.
Back-patch to 8.1; prior branches don't dump blob comments at all.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_tar.c (r1.55 -> r1.56)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c.diff?r1=1.55&r2=1.56)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update zic database to tzdata2006n.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: pg_restore failed on tar-format archives if they contained large