From 30579d23b22655e340e9806fb3425e73eed60876 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 21 May 2023 11:55:50 -0400 Subject: [PATCH] doc: PG 16 relnotes, add commits Reported-by: Ian Lawrence Barwick Discussion: https://postgr.es/m/CAB8KJ=hLvQDb53WdigV7OBEBh5tzQ7eA=pG0ZpccoRVBUNCXYA@mail.gmail.com --- doc/src/sgml/release-16.sgml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 9f6a272b30..e156284b71 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -233,6 +233,8 @@ Allow incremental sorts in more cases, including DISTINCT (David Rowley)