pgsql: Refuse "local" lines in pg_hba.conf on platforms that don't supp

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refuse "local" lines in pg_hba.conf on platforms that don't supp
Date: 2011-05-30 18:43:57
Message-ID: E1QR7RV-00038d-NR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refuse "local" lines in pg_hba.conf on platforms that don't support it

This makes the behavior compatible with that of hostssl, which
also throws an error when there is no SSL support included.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5830f69665053f78cfd31e39f40bb23ad91748a8

Modified Files
--------------
src/backend/libpq/hba.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-05-30 18:47:07 pgsql: Don't recommend upgrading to latest available Windows SDK
Previous Message Magnus Hagander 2011-05-30 18:28:17 pgsql: Don't include local line on platforms without support