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

Started by Magnus Haganderover 15 years ago1 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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(-)