Re: BUG #16285: bt_metap fails with value is out of range for typeinteger - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #16285: bt_metap fails with value is out of range for typeinteger
Date
Msg-id 20200303013936.GA27326@alvherre.pgsql
Whole thread Raw
In response to BUG #16285: bt_metap fails with value is out of range for type integer  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #16285: bt_metap fails with value is out of range for type integer  (Victor Yegorov <vyegorov@gmail.com>)
List 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 by date:

Previous
From: Victor Yegorov
Date:
Subject: Re: BUG #16285: bt_metap fails with value is out of range for type integer
Next
From: Michael Paquier
Date:
Subject: Re: BUG #16276: Server crash on an invalid attempt to attach apartition to an index