pgsql: I have applied the following patch to document PQinitSSL() and - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: I have applied the following patch to document PQinitSSL() and
Date
Msg-id 20051024153837.43001DA905@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
I have applied the following patch to document PQinitSSL() and
PQregisterThreadLock().

I also remove the crypt() mention in the libpq threading section and
added a single sentence in the client-auth manual page under crypt().
Crypt authentication is so old now that a separate paragraph about it
seemed unwise.

I also added a comment about our use of locking around pqGetpwuid().

Modified Files:
--------------
    pgsql/doc/src/sgml:
        client-auth.sgml (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml.diff?r1=1.83&r2=1.84)
        libpq.sgml (r1.196 -> r1.197)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.196&r2=1.197)
    pgsql/src/interfaces/libpq:
        fe-auth.c (r1.106 -> r1.107)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.106&r2=1.107)
        fe-secure.c (r1.72 -> r1.73)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.72&r2=1.73)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ensure that a plpgsql LOOP with an empty body still executes at
Next
From: adunstan@svr1.postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Fix incorrect wording about function failure time on unsafe ops