Обсуждение: pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to

Поиск
Список
Период
Сортировка

pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix encrypted-LDAP support so that it doesn't cause the server to fail
entirely on older Windows platforms without the needed library function.
Magnus Hagander

Modified Files:
--------------
    pgsql/doc/src/sgml:
        client-auth.sgml (r1.91 -> r1.92)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml.diff?r1=1.91&r2=1.92)
    pgsql/src/backend/libpq:
        auth.c (r1.139 -> r1.140)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.139&r2=1.140)