convert elog(LOG) calls to ereport - Mailing list pgsql-hackers

From Peter Eisentraut
Subject convert elog(LOG) calls to ereport
Date
Msg-id 92d6f545-5102-65d8-3c87-489f71ea0a37@enterprisedb.com
Whole thread Raw
Responses Re: convert elog(LOG) calls to ereport
Re: convert elog(LOG) calls to ereport
List pgsql-hackers
There are a number of elog(LOG) calls that appear to be user-facing, so 
they should be ereport()s.  This patch changes them.  There are more 
elog(LOG) calls remaining, but they all appear to be some kind of 
debugging support.  Also, I changed a few elog(FATAL)s that were nearby, 
but I didn't specifically look for them.

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Huge memory consumption on partitioned table with FKs
Next
From: Ian Barwick
Date:
Subject: Re: Corner-case bug in pg_rewind