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 -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
