X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 0EF1ED713F for ; Sun, 16 Oct 2005 16:30:33 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 68459-04 for ; Sun, 16 Oct 2005 19:30:29 +0000 (GMT) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by svr1.postgresql.org (Postfix) with ESMTP id 26AA6D7121 for ; Sun, 16 Oct 2005 16:30:29 -0300 (ADT) Received: by qproxy.gmail.com with SMTP id p32so129013qba for ; Sun, 16 Oct 2005 12:30:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ht3BZcC0CPgIQXZf56BwBOPfNJ3SKoq88N++FdXCYyyqObT2gaWYJ/WSC+BXqmc+wFXBOFa7bt1EbIE13sPYiPuqg0UyPDCKefEkxtQ7Vu87qaLubh8St5asXdXJV7aq8clNzcUngnzMaxsPIab1KxvTF4qYid8x4azZqm980Wo= Received: by 10.65.155.7 with SMTP id h7mr1339652qbo; Sun, 16 Oct 2005 12:30:29 -0700 (PDT) Received: by 10.65.115.7 with HTTP; Sun, 16 Oct 2005 12:30:29 -0700 (PDT) Message-ID: <7104a7370510161230s4e34438fpce0dfc2c5c48538f@mail.gmail.com> Date: Sun, 16 Oct 2005 22:30:29 +0300 From: Volkan YAZICI To: Bruce Momjian Subject: Re: Will PQregisterThreadLock() be documented? Cc: Tom Lane , pgsql-docs@postgresql.org In-Reply-To: <200510161821.j9GILVO29383@candle.pha.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9101.1129485149@sss.pgh.pa.us> <200510161821.j9GILVO29383@candle.pha.pa.us> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.267 required=5 tests=[AWL=0.243, RCVD_BY_IP=0.024] X-Spam-Level: X-Archive-Number: 200510/49 X-Sequence-Number: 3294 Revision 1.269: Wed Mar 24 03:44:59 2004 UTC by momjian Branches: MAIN ] Add thread locking to SSL and Kerberos connections. ] ] I have removed the docs mentioning that SSL and Kerberos are not ] thread-safe. ] ] Manfred Spraul Diff to previous 1.268: http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-co= nnect.c.diff?r1=3D1.268;r2=3D1.269 FYI