From: Bruce Momjian Date: Wed, 9 Aug 2023 21:47:03 +0000 (-0400) Subject: doc: PG 16 relnotes, add Windows 10 huge pages fix X-Git-Tag: REL_16_RC1~56 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=89cadf30c605d509f12b0b7f80119cbba38efc6e;p=postgresql.git doc: PG 16 relnotes, add Windows 10 huge pages fix Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZL0M28/L+grYR8o7@paquier.xyz Backpatch-through: 16 only --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index c84c0f0eda4..1213f876f41 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -1210,6 +1210,21 @@ The number of reserved slots is set by server variable reserved_connections. + + + + +Allow huge pages to work on newer versions of Windows 10 (Thomas Munro) + + + +This adds the special handling required to enable huge pages on newer versions of Windows 10. + + +