From 9e28c0bd13dce71676866b2647bf6bb17f50e82e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 16 Jun 2026 13:28:29 -0400 Subject: [PATCH] doc PG 19 relnotes: update to current Reported-by: Chao Li --- doc/src/sgml/release-19.sgml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 0f8542333c2..285bfa123f6 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -6,7 +6,7 @@ Release date: - 2026-??-??, AS OF 2026-06-05 + 2026-??-??, AS OF 2026-06-16 @@ -737,22 +737,6 @@ Previously most backends were woken by NOTIF - - - - -Allow the addition of columns based on domains containing constraints to usually avoid a table rewrite (Jian He) -§ - - - -Previously this always required a table rewrite. - - -