pgsql: initdb: Remove support for crypt authentication method

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: initdb: Remove support for crypt authentication method
Date: 2012-01-14 13:02:28
Message-ID: E1Rm3Fc-0007bP-4H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Remove support for crypt authentication method

This was removed from the backend a long time ago, but initdb still
thought that it was OK to use in the -A option.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ea038d65c2460408296a5708da8bb0bd8f3d00bc

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-01-14 16:30:46 pgsql: Make superuser imply replication privilege. The idea of a privil
Previous Message Alex Hunsaker 2012-01-14 00:09:17 Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.