Re: BUG #16833: postgresql 13.1 process crash every hour - Mailing list pgsql-bugs

From Peter Geoghegan
Subject Re: BUG #16833: postgresql 13.1 process crash every hour
Date
Msg-id CAH2-Wz=MQ2qVsGTqB-p6K=auyqiuwWawY8VrHkV1iaqwZMzB+A@mail.gmail.com
Whole thread Raw
In response to Re: BUG #16833: postgresql 13.1 process crash every hour  (Alex F <phoedos16@gmail.com>)
Responses Re: BUG #16833: postgresql 13.1 process crash every hour  (Alex F <phoedos16@gmail.com>)
List pgsql-bugs
On Fri, May 14, 2021 at 1:13 PM Alex F <phoedos16@gmail.com> wrote:
> Thanks for your support!

I just pushed a commit that adds hardening that will be sufficient to
prevent this being a hard crash. Of course the index should not become
corrupt in the first place, but at least in Postgres 13.4 the same
scenario will result in an error rather than in a hard crash.

Thanks
-- 
Peter Geoghegan



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #16913: GENERATED AS IDENTITY column nullability is affected by order of column properties
Next
From: Thomas Munro
Date:
Subject: Re: Segmentation fault when calling BlessTupleDesc in a C function in parallel on PostgreSQL-(12.6, 12.7, 13.2, 13.3)