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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mop-up for setting minimum Tcl version to 8.4.
Date: 2016-03-13 21:14:57
Message-ID: E1afDLl-0003J5-1m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2016-03-14 02:38:06 Re: Re: [COMMITTERS] pgsql: Only try to push down foreign joins if the user mapping OIDs mat
Previous Message Tom Lane 2016-03-13 20:44:41 pgsql: Fix memory leak in repeated GIN index searches.