pgsql: Back-patch 8.2 fix that complains if trying to extend a relation

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Back-patch 8.2 fix that complains if trying to extend a relation
Дата
Msg-id 20070618011408.3B11A9FB365@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Back-patch 8.2 fix that complains if trying to extend a relation encounters
a buffer containing a non-zeroed page.  This seems appropriate now that the
8.2 fix has been seen to save at least one user from data loss due to a
buggy kernel (per report from Jaime Silvela 7-May-07).  I'd go further
back than 8.1, except that the 8.0-to-8.1 bufmgr changes are large
enough that the patch doesn't work immediately; I'm hesitant to make a
change without more extensive analysis than I have time for now.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        bufmgr.c (r1.198.2.3 -> r1.198.2.4)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c.diff?r1=1.198.2.3&r2=1.198.2.4)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Update obsolete comment: it's no longer the case that mdread()
Следующее
От: mha@pgfoundry.org (User Mha)
Дата:
Сообщение: pginstaller - web: Fix incorrect reference to TARGETDIR, per kanishka