pg_restore failed on tar-format archives if they contained large objects
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Nov 2006 15:59:31 +0000 (15:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Nov 2006 15:59:31 +0000 (15:59 +0000)
commit91e22c8775a4bc2a9cb4771513f7a04fc6df8b00
tree26b2d2c73252e4ae7d35739b052b0a819e5ec3a6
parent05badd341ab1670b17cf70d48c8c9c94ec8261a5
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.
src/bin/pg_dump/pg_backup_tar.c