| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Make PL/Tcl require Tcl 8.6 or later |
| Date: | 2026-07-16 10:12:27 |
| Message-ID: | E1wkJ4t-000Rem-08@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Make PL/Tcl require Tcl 8.6 or later
Support for Tcl 8.5 and 8.4 is removed. Since we no longer support
RHEL 7, we don't need to support these old versions anymore. This
allows some small amount of code cleanup.
Reviewed-by: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Discussion: https://www.postgresql.org/message-id/flat/CA+hUKGL7trhWiJ4qxpksBztMMTWDyPnP1QN+Lq341V7QL775DA(at)mail(dot)gmail(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b6d3ccf2f5f1a179e25e277bae3f432cc084ce58
Modified Files
--------------
config/tcl.m4 | 2 +-
configure | 2 +-
doc/src/sgml/installation.sgml | 5 ++---
src/pl/tcl/pltcl.c | 15 +++++----------
4 files changed, 9 insertions(+), 15 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-07-16 10:40:34 | pgsql: Revert "Make PL/Tcl require Tcl 8.6 or later" |
| Previous Message | Fujii Masao | 2026-07-16 04:42:57 | pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver |