From 7fb906d80aa07cd83ada2a60588679e68f635939 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 21 Aug 2023 18:55:41 -0400 Subject: [PATCH] doc: PG 16 relnotes: adjust RANGE/ROWS window item Reported-by: Erwin Brandstetter Discussion: https://postgr.es/m/CAGHENJ5Cj3wBH07YM5Lw2h5q8s65cNg_NEdkkWvmRo+vOormWw@mail.gmail.com Backpatch-through: 16 only --- doc/src/sgml/release-16.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index c4ae566900c..d0428ef055c 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -421,7 +421,7 @@ Author: David Rowley -Allow window functions to use ROWS mode internally when RANGE mode is specified but unnecessary (David Rowley) +Allow window functions to use the faster ROWS mode internally when RANGE mode is active but unnecessary (David Rowley)