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

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: vyegorov(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16285: bt_metap fails with value is out of range for type integer
Date: 2020-03-03 01:39:36
Message-ID: 20200303013936.GA27326@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2020-03-03 05:01:22 Re: BUG #16276: Server crash on an invalid attempt to attach a partition to an index
Previous Message Victor Yegorov 2020-03-02 23:19:13 Re: BUG #16285: bt_metap fails with value is out of range for type integer