1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Mop-up for setting minimum Tcl version to 8.4.

Commit e2609323e set the minimum Tcl version we support to 8.4, but
I forgot to adjust the documentation to say the same.  Some nosing
around for other consequences found that the configure script could
be simplified slightly as well.
This commit is contained in:
Tom Lane
2016-03-13 17:14:49 -04:00
parent ab4ff2889d
commit 9da70efcbe
3 changed files with 4 additions and 5 deletions

View File

@ -226,9 +226,8 @@ su - postgres
<para>
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.
installation. The minimum required version is
<productname>Tcl</productname> 8.4.
</para>
</listitem>