Re: pgsql: Avoid improbable PANIC during heap_update.

2022-10-03 Thread Jaime Casanova
On Fri, Sep 30, 2022 at 04:51:20PM -0400, Tom Lane wrote: > Jaime Casanova writes: > > Just to confirm I saw this on RC1 > > What test case are you using? > Hi, Currently the way I have to reproduce it is: - install the regression database - drop all tables but:

Re: pgsql: Avoid improbable PANIC during heap_update.

2022-09-30 Thread Jaime Casanova
On Thu, Sep 29, 2022 at 02:55:40AM -0500, Jaime Casanova wrote: > On Tue, Apr 13, 2021 at 04:17:39PM +, Tom Lane wrote: > > Avoid improbable PANIC during heap_update. > > > > heap_update needs to clear any existing "all visible" flag on > > the old tupl

Re: pgsql: Avoid improbable PANIC during heap_update.

2022-09-29 Thread Jaime Casanova
ACE_VISIBILITYMAP), the query that was running at the time was (no changes were made to quad_poly_tbl table nor any indexes were added to this table): """ update public.quad_poly_tbl set id = public.quad_poly_tbl.id returning public.quad_poly_tbl.id as c0 """ --

Re: pgsql: Add 'noError' argument to encoding conversion functions.

2021-04-02 Thread Jaime Casanova
false ); ``` -- Jaime Casanova Director de Servicios Profesionales SystemGuards - Consultores de PostgreSQL