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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #16285: bt_metap fails with value is out of range for typeinteger
Дата
Msg-id 20200303013936.GA27326@alvherre.pgsql
обсуждение исходный текст
Ответ на BUG #16285: bt_metap fails with value is out of range for type integer  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16285: bt_metap fails with value is out of range for type integer  (Victor Yegorov <vyegorov@gmail.com>)
Список pgsql-bugs
On 2020-Mar-02, PG Bug reporting form wrote:

> I have an index, that is giving issues pageinspect-ing it:
> 
> SELECT * FROM bt_metap('index')\gx
> ERROR:  value "2180413846" is out of range for type integer

I understand it's gone now, but you could have used \errverbose to
display the source function name that caused the error, followed by
setting backtrace_functions to that function and repeated the query.
That may have resulted in a more precise location of the problem.

Thanks,

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Victor Yegorov
Дата:
Сообщение: Re: BUG #16285: bt_metap fails with value is out of range for type integer
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #16276: Server crash on an invalid attempt to attach apartition to an index