Re: BUG #2311: Toast table chunk_id overflow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2311: Toast table chunk_id overflow
Дата
Msg-id 228.1141958866@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2311: Toast table chunk_id overflow  ("Chris Hodgson" <chodgson@refractions.net>)
Список pgsql-bugs
"Chris Hodgson" <chodgson@refractions.net> writes:
> If you cycle through enough id's in your toast tables, the chunk_id goes
> past 2^32 and wraps around, leaving you  in an intermittent error state.
> Inserting further toasted chunks will fail depending on whether that
> particular next id from the sequence is already in the table or not.

This is dealt with in PG 8.1.

            regards, tom lane

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

Предыдущее
От: "Chris Hodgson"
Дата:
Сообщение: BUG #2311: Toast table chunk_id overflow
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: BUG #2309: Wrong string comparison