Re: BUG #16285: bt_metap fails with value is out of range for type integer

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: BUG #16285: bt_metap fails with value is out of range for type integer
Дата
Msg-id CAH2-WznSzcbS68Q0B07NRKiPQT8vyrD6wPLq35b4WuiWq1AKHA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #16285: bt_metap fails with value is out of range for typeinteger  (Andres Freund <andres@anarazel.de>)
Ответы Re: BUG #16285: bt_metap fails with value is out of range for typeinteger  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
On Mon, Mar 9, 2020 at 3:09 PM Andres Freund <andres@anarazel.de> wrote:
> ISTM that we need some fix for the back-branches too. Being unable to
> look at some indexes till 12 has aged out doesn't strike me as good.

Actually, the oldest_xact field was added in Postgres 11.

> How about simply printing the wrapped value? That's far from perfect, of
> course, but clearly better than the current situation in the back
> branches.

Would you be happy if we always raised a NOTICE that had information
about the affected fields? I don't think that we should try to be
clever and only do it when we know that it will fail. We should admit
that it's broken with a HINT that gets associated with the NOTICE, in
order to discourage relying on the number within automated tools.

If we were to do this, it would probably only be necessary to
backpatch to Postgres 11 and 12. Those are the only stable releases
with the oldest_xact field. In practice, it is highly likely to be the
thing that causes problems. We will report the root block number at a
negative block number when it happens to exceed 2^31-1, but that
condition is almost impossible to hit in practice, even when the index
size is close to the system-wide limit of relation size. That's why
nobody has complained about it in all these years.

-- 
Peter Geoghegan



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

Предыдущее
От: Jack Tseng
Дата:
Сообщение: Re: select big table postgresql crash
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #16285: bt_metap fails with value is out of range for typeinteger