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)
commitb9f2d2dce43a8ee63fac8ea42b0eb7382414ad1e
treef460ae5e19b577d6258f7a4ba8cb3b328b7c6c10
parent41521a3aa5d664bcdc5405a17c46546447595f5e
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