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

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

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix copy-pasto in the patch to allow background writer to run
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Don't actively violate the system limit of maximum open files