doc: PG 16 relnotes, add Windows 10 huge pages fix
authorBruce Momjian <[email protected]>
Wed, 9 Aug 2023 21:47:03 +0000 (17:47 -0400)
committerBruce Momjian <[email protected]>
Wed, 9 Aug 2023 21:47:03 +0000 (17:47 -0400)
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZL0M28/[email protected]

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index c84c0f0eda49925ed579da4fdc5782a00de8cb1f..1213f876f415ced7fd571998f1b0169a1f68b23f 100644 (file)
@@ -1210,6 +1210,21 @@ The number of reserved slots is set by server variable reserved_connections.
 </para>
 </listitem>
 
+<!--
+Author: Michael Paquier <[email protected]>
+2022-09-17 [fdd8937c0] Fix huge_pages on Windows
+-->
+
+<listitem>
+<para>
+Allow huge pages to work on newer versions of Windows 10 (Thomas Munro)
+</para>
+
+<para>
+This adds the special handling required to enable huge pages on newer versions of Windows 10.
+</para>
+</listitem>
+
 <!--
 Author: Thomas Munro <[email protected]>
 2023-04-08 [d4e71df6d] Add io_direct setting (developer-only).