pgsql: Log a warning instead of shutting down the system if we can't

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Log a warning instead of shutting down the system if we can't
Date: 2009-03-04 08:43:15
Message-ID: 20090304084315.828E7755AA5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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).

Selena Deckelmann

Modified Files:
--------------
pgsql/src/backend/libpq:
hba.c (r1.180 -> r1.181)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.180&r2=1.181)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-03-04 09:12:49 pgsql: Don't actively violate the system limit of maximum open files
Previous Message Heikki Linnakangas 2009-03-03 10:42:06 pgsql: Fix copy-pasto in the patch to allow background writer to run