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.
regards, tom lane
In response to
Responses
pgsql-committers by date
| Next: | From: Magnus Hagander | Date: 2009-03-04 18:15:59 |
| Subject: Re: pgsql: Log a warning instead of shutting down the
system if we can't |
| Previous: | From: Heikki Linnakangas | Date: 2009-03-04 13:56:40 |
| Subject: pgsql: Reload config file in startup process on SIGHUP. |