Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pgsql: Log a warning instead of shutting down the system if we can't - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Log a warning instead of shutting down the system if we can't
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pgsql: Log a warning instead of shutting down the system if we can't  (Tom Lane <[email protected]>)
List pgsql-committers
Tom Lane wrote:
> [email protected] (Magnus Hagander) writes:
>> Log a warning instead of shutting down the system if we can't load
>> pg_hba.conf on reload (for example due to a permission error).
>
> This should be elog(LOG), not elog(WARNING).  Compare the treatment
> of syntax errors within the file.

While I can agree that they should be the same, why should they not be
WARNING?

//Magnus

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Log a warning instead of shutting down the system if we can't
Next
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Change hba load failure message to LOG instead of WARNING.