Re: recovery from xid wraparound

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recovery from xid wraparound
Дата
Msg-id 8303.1161698903@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: recovery from xid wraparound  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> A VACUUM will recover any data that slipped beyond the horizon less
> than 1 billion transactions ago, which I think covers you completely.
> The only issue is that unique indexes may be confused because new
> conflicting data may have been inserted while the old data was
> invisible. Only you can say if that's going to be an issue.

I don't think there's a risk there.  Uniqueness checks use SnapshotDirty
so they aren't time-sensitive.

            regards, tom lane

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: postgres under Suse linux
Следующее
От: Tom Lane
Дата:
Сообщение: Re: recovery from xid wraparound