pgsql: Remove last references to the crypt auth method, per Andreas - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove last references to the crypt auth method, per Andreas
Date
Msg-id 20090401032350.BE373754ADE@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove last references to the crypt auth method, per Andreas Scherbaum.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.179 -> r1.180)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.179&r2=1.180)
        pg_hba.conf.sample (r1.66 -> r1.67)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_hba.conf.sample?r1=1.66&r2=1.67)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix contrib/pgstattuple and contrib/pageinspect to prevent
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Index some array functions, per Mario Splivalo.