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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_restore failed on tar-format archives if they contained large
Date: 2006-11-01 15:59:31
Message-ID: 20061101155931.B0B829FBD3A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_tar.c (r1.49.2.2 -> r1.49.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c.diff?r1=1.49.2.2&r2=1.49.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-01 19:43:17 pgsql: Fix "failed to re-find parent key" btree VACUUM failure by
Previous Message Tom Lane 2006-11-01 15:59:26 pgsql: pg_restore failed on tar-format archives if they contained large