Re: TCL fix in HEAD - Mailing list pgsql-patches

From Tom Lane
Subject Re: TCL fix in HEAD
Date
Msg-id 15246.1191257114@sss.pgh.pa.us
Whole thread Raw
In response to Re: TCL fix in HEAD  ("Marshall, Steve" <smarshall@wsi.com>)
Responses Re: TCL fix in HEAD  ("Marshall, Steve" <smarshall@wsi.com>)
List pgsql-patches
"Marshall, Steve" <smarshall@wsi.com> writes:
> Bruce Momjian wrote:
>> Can you send in a patch against pltcl.sgml?
>>
> PL/TCL documentation patch is attached.

This seems a bit wordy, as well as wrongly placed --- the time to tell
people they need a non-multithreaded Tcl is in the installation
instructions.  I added the following instead.

            regards, tom lane

Index: installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.292
diff -c -r1.292 installation.sgml
*** installation.sgml    25 Aug 2007 20:29:25 -0000    1.292
--- installation.sgml    1 Oct 2007 16:42:50 -0000
***************
*** 228,234 ****
      <listitem>
       <para>
        If you want to build the <application>PL/Tcl</application>
!       procedural language, you of course need a Tcl installation.
       </para>
      </listitem>

--- 228,237 ----
      <listitem>
       <para>
        If you want to build the <application>PL/Tcl</application>
!       procedural language, you of course need a <productname>Tcl</>
!       installation.  If you are using a pre-8.4 release of
!       <productname>Tcl</>, ensure that it was built without multithreading
!       support.
       </para>
      </listitem>


pgsql-patches by date:

Previous
From: "Richard Rowell"
Date:
Subject: Patch to inline stable SQL set returning UDFs
Next
From: "Marshall, Steve"
Date:
Subject: Re: TCL fix in HEAD