Add missing error codes to PANIC/FATAL error reports in xlogrecovery

From: Krishnakumar R <kksrcv001(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: andres(at)anarazel(dot)de, byavuz81(at)gmail(dot)com
Subject: Add missing error codes to PANIC/FATAL error reports in xlogrecovery
Date: 2023-11-30 18:54:12
Message-ID: CAPMWgZ8g17Myb5ZRE5aTNowUohafk4j48mZ_5_Zn9JnR5p2u0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Please find a patch attached which adds missing sql error code in
error reports which are FATAL or PANIC, in xlogrecovery.
This will help with deducing patterns when looking at error reports
from multiple postgres instances.

--
Thanks and Regards,
Krishnakumar (KK).
[Microsoft]

Attachment Content-Type Size
v1-0001-Add-missing-error-codes-to-PANIC-FATAL-error-repo.patch text/x-patch 7.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-11-30 19:47:25 Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery
Previous Message Tristan Partin 2023-11-30 18:44:33 Re: Refactoring backend fork+exec code