Re: solving wraparound

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: solving wraparound
Дата
Msg-id 12449.1135633476@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: solving wraparound  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: solving wraparound  ("Lic. Martin Marques" <martin@bugs.unl.edu.ar>)
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> The only issue I can think of is that constraints might be violated
> (duplicate keys in unique index) because one of the records might have
> been invisible when the second was created...

More generally, application-driven updates of derived data might be
wrong because they omitted consideration of data that had become
invisible.

This might be a good time to press your buddy to move to 8.1 ;-)
PG 8.1 contains logic that should positively prevent a wraparound, by
shutting down the server if wraparound gets too close.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: solving wraparound
Следующее
От: "Lic. Martin Marques"
Дата:
Сообщение: Re: solving wraparound