Re: backend crash on DELETE, reproducible locally - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: backend crash on DELETE, reproducible locally
Date
Msg-id 20181106194553.dynhd2xuivo56ymd@alvherre.pgsql
Whole thread Raw
In response to Re: backend crash on DELETE, reproducible locally  (Ondřej Bouda <obouda@email.cz>)
Responses Re: backend crash on DELETE, reproducible locally
Re: backend crash on DELETE, reproducible locally
List pgsql-general
On 2018-Nov-06, Ondřej Bouda wrote:

> > Hmm, this one smells like c203d6cf81b4 -- haven't seen any fixes for
> > that one.  Can you share more details on this?  I think the failing
> > update is on table with oid=557732818, but I might be wrong.
> 
> That's exactly the table, public.schedulecard.
> We issue an UPDATE changing some of its columns. E.g.,
> 
> UPDATE public.schedulecard SET ext_ident=null,
> rotates=false,period_num=1,period_day=2 WHERE id=3817

What indexes are there in this table?  Indexes on expressions are
particularly suspect.

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


pgsql-general by date:

Previous
From: Ondřej Bouda
Date:
Subject: Re: backend crash on DELETE, reproducible locally
Next
From: Condor
Date:
Subject: Re: Question about index on different tablespace and rebuild it