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

From Tom Lane
Subject Re: pgsql: Log a warning instead of shutting down the system if we can't
Date
Msg-id 4160.1236189427@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Log a warning instead of shutting down the system if we can't  (mha@postgresql.org (Magnus Hagander))
Responses Re: pgsql: Log a warning instead of shutting down the system if we can't  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
mha@postgresql.org (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.

            regards, tom lane

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Reload config file in startup process on SIGHUP.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Log a warning instead of shutting down the system if we can't