pgsql: Remove special case allowing parameters to ident auth for initdb

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove special case allowing parameters to ident auth for initdb
Date: 2011-03-14 18:52:26
Message-ID: E1PzCsU-0008Qb-KX@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove special case allowing parameters to ident auth for initdb

This was required in pre-8.4 versions to allow the specification of
"ident sameuser", but sameuser is no longer required. It could be extended
to allow all parameters in the future, but should then apply to all
methods and not just ident.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01c1a12a5bb4d4f837a542c187ebb2719f9334e8

Modified Files
--------------
src/bin/initdb/initdb.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2011-03-14 21:49:52 psqlodbc - psqlodbc: Fix the bug that Access autonumber fields are not
Previous Message Tom Lane 2011-03-14 16:52:38 pgsql: Adjust regression test to avoid platform-dependent failure.