From: Bruce Momjian Date: Tue, 10 May 2022 20:47:48 +0000 (-0400) Subject: relnote: add ARM64 spinlock item X-Git-Tag: REL_15_BETA1~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40131af573514d9915798f5fa6399ddc3d214937;p=thirdparty%2Fpostgresql.git relnote: add ARM64 spinlock item Reported-by: Jonathan Katz Discussion: per private email --- diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 8355bf48276..c9ea7c9fedf 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -838,6 +838,17 @@ Author: David Rowley Improve the performance of window functions that use row_number(), rank(), and count() (David Rowley) + + + + + + +Improve the performance of spinlocks on high-core-count ARM64 systems (Geoffrey Blake) +