WAL replay does not verify integrity

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема WAL replay does not verify integrity
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C2039381C8@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответы Re: WAL replay does not verify integrity  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
As demonstrated here:
http://archives.postgresql.org/pgsql-general/2010-02/msg01057.php

it can happen that you end up with a corrupt database
if you use PITR to recover past a hardware failure.

It seems that unique constraints are not verified during
WAL replay.

Is that intentional or an oversight that should be fixed?

Yours,
Laurenz Albe

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: pg_stop_backup does not complete
Следующее
От: Gokulakannan Somasundaram
Дата:
Сообщение: Re: A thought on Index Organized Tables