pgsql: Mop-up for setting minimum Tcl version to 8.4. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Mop-up for setting minimum Tcl version to 8.4.
Date
Msg-id E1afDLl-0003J5-1m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9da70efcbe09954b1006f878d39885a4acf1c534

Modified Files
--------------
config/tcl.m4                  | 2 +-
configure                      | 2 +-
doc/src/sgml/installation.sgml | 5 ++---
3 files changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix memory leak in repeated GIN index searches.
Next
From: Tom Lane
Date:
Subject: pgsql: Teach the configure script to validate its --with-pgport argumen