Tom Lane wrote:
> mha(at)postgresql(dot)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.
While I can agree that they should be the same, why should they not be
WARNING?
//Magnus
In response to
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2009-03-04 18:39:53 |
| Subject: Re: pgsql: Log a warning instead of shutting down the system if we can't |
| Previous: | From: Tom Lane | Date: 2009-03-04 17:57:07 |
| Subject: Re: pgsql: Log a warning instead of shutting down the system if we can't |