relnote: improve sorting entries
authorBruce Momjian
Thu, 12 May 2022 00:55:01 +0000 (20:55 -0400)
committerBruce Momjian
Thu, 12 May 2022 00:55:22 +0000 (20:55 -0400)
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAApHDvrToHFvL-W03vSi6T50uScyhrdUGzTtcuLAjdjtRF8FLA@mail.gmail.com

doc/src/sgml/release-15.sgml

index 150a4c857e0d9b83cce417c65d2f1173c89d63ba..635941a90838c9bbd30524d48e7e354f75ead048 100644 (file)
@@ -630,23 +630,6 @@ Previously de-duplication was disabled for these types of indexes.
 
 
 
-
-
-
-
-Improve sorting performance (Heikki Linnakangas)
-
-
-
-Specifically, switch to a batch sorting algorithm that uses more output streams internally.
-
-
-
 
+
+
+
+Improve performance for sorts that exceed work_mem (Heikki Linnakangas)
+
+
+
+Specifically, switch to a batch sorting algorithm that uses more output streams internally.
+
+
+