OSDN Git Service

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:26 +0000 (15:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Nov 2006 15:59:26 +0000 (15:59 +0000)
commit19d0c46def867119219e8362aecd3ba2fa745ee2
tree377f6b011e4dcb4e89712c3d6fdf528d9962ce6b
parentc1fdbba49f2bfb6bf7dc3523025601a775b6b41b
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