pgsql: pg_restore failed on tar-format archives if they contained large

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: pg_restore failed on tar-format archives if they contained large
Дата
Msg-id 20061101155931.B0B829FBD3A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_tar.c (r1.49.2.2 -> r1.49.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c.diff?r1=1.49.2.2&r2=1.49.2.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: pg_restore failed on tar-format archives if they contained large
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix "failed to re-find parent key" btree VACUUM failure by