| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Require ICU 55 or later |
| Date: | 2026-07-16 10:12:27 |
| Message-ID: | E1wkJ4t-000Rep-0C@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Require ICU 55 or later
Support for older versions is removed. Since we no longer support
RHEL 7, we don't need to support these old versions anymore. This
allows a fair amount of code cleanup, including some code blocks that
specifically catered to old versions that probably received very
little actual testing and use.
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/4854b2373c738a3e2fe5a46c2667d908f7c7e13a
Modified Files
--------------
configure | 22 ++++-----
configure.ac | 2 +-
doc/src/sgml/installation.sgml | 14 +++---
meson.build | 4 +-
src/backend/utils/adt/pg_locale_icu.c | 84 ++++++-----------------------------
5 files changed, 35 insertions(+), 91 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 |