Re: Frontend error logging style - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Frontend error logging style
Date
Msg-id 20220224150311.zvundtnhwzdyqwxc@alap3.anarazel.de
Whole thread Raw
In response to Re: Frontend error logging style  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
Hi,

On 2022-02-24 14:06:18 +0100, Peter Eisentraut wrote:
> My suggestion is to just get rid of pg_log_fatal() and replace them all with
> pg_log_error().

-1. This ignores that already several places came up with their slightly
different versions of fatal exit handlers. We don't gain anything by not
standardizing on one notion of a fatal error wrapper.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Readd use of TAP subtests
Next
From: Tom Lane
Date:
Subject: Re: Frontend error logging style