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

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

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