pg_restore failed on tar-format archives if they contained large objects

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 19d0c46def867119219e8362aecd3ba2fa745ee2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-11-01T15:59:26Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_tar.c modified +16 −3