pgsql: Add host name resolution information to pg_hba.conf error messag

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add host name resolution information to pg_hba.conf error messag
Date: 2011-07-31 15:14:57
Message-ID: E1QnXjF-0005pL-Pk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add host name resolution information to pg_hba.conf error messages

This is to be able to analyze issues with host names in pg_hba.conf.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8a0fa9cad9939f53f0b496d95d7e7fd9cfab0e9c

Modified Files
--------------
src/backend/libpq/auth.c | 23 +++++++++++++++++++----
1 files changed, 19 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-31 15:15:03 pgsql: Add host name resolution information to pg_hba.conf error messag
Previous Message Bruce Momjian 2011-07-30 05:50:57 pgsql: Fix pg_update to properly test for the data directory's existenc