From 8974a7c433d363b729c5b2379ff849e2e60dffbe Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 11 May 2026 17:43:15 -0400 Subject: [PATCH] doc PG 19 relnotes: adjustments/removal of items Reported-by: John Naylor Discussion: https://postgr.es/m/CANWCAZZWfdoMcemSaTMon+e6aCkSABN3+sco0aStC90cFPVE4A@mail.gmail.com --- doc/src/sgml/release-19.sgml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index f265ac00eb2..96f6c4377c9 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -255,10 +255,6 @@ Author: Tom Lane Change index access method handlers to use a static IndexAmRoutines structure, rather than dynamically allocated ones (Matthias van de Meent) § - - -This is a backwardly incompatible. - - - - -Improve performance of numeric operations on platforms without 128-bit integer support (Dean Rasheed) -§ - @@ -2959,18 +2943,6 @@ Use standard C23 and C++ attributes if available (Peter Eisentraut) - - - - -Allow C++ compiler mode to be used with ICU (John Naylor) -§ - - -