Re: Add missing error codes to PANIC/FATAL error reports in xlog.c and relcache.c - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Add missing error codes to PANIC/FATAL error reports in xlog.c and relcache.c
Date
Msg-id ADD37D21-E5BE-4B05-A21C-37870699F740@yesql.se
Whole thread Raw
In response to Re: Add missing error codes to PANIC/FATAL error reports in xlog.c and relcache.c  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: Add missing error codes to PANIC/FATAL error reports in xlog.c and relcache.c
List pgsql-hackers
> On 26 Feb 2024, at 13:42, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:

> All of your feedback is addressed in v2.

Nothing sticks out from reading through these patches, they seem quite ready to
me.  Being able to filter and analyze on errorcodes is likely to be more
important going forward as more are running fleets of instances.  I'm marking
these Ready for Committer, unless there are objections I think we should go
ahead with these.  There are probably more errors in the system which could
benefit from the same treatment, but we need to start somewhere.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Infinite loop in XLogPageRead() on standby
Next
From: Bertrand Drouvot
Date:
Subject: Re: Missing LWLock protection in pgstat_reset_replslot()