pgsql: Add test to WAL replay to verify that xl_prev points back to the

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Add test to WAL replay to verify that xl_prev points back to the
Дата
Msg-id 20050531191114.829E554B20@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add test to WAL replay to verify that xl_prev points back to the previous
WAL record; this is necessary to be sure we recognize stale WAL records
when a WAL page was only partially written during a system crash.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.109.2.4 -> r1.109.2.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.109.2.4&r2=1.109.2.5)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add test to WAL replay to verify that xl_prev points back to the
Следующее
От: teodor@svr1.postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Prevent to divide by zero and range out of 0..1