Skip to content

Commit d5d2892

Browse files
michaelpqpull[bot]
authored andcommitted
doc: Fix incorrect version list for Windows SDK
References to SDK 8.1a should have been cleaned up in 495ed0e, as only version 10 and above are supported with Windows 10 and newer versions. Reported-by: Thomas Munro Discussion: https://postgr.es/m/CA+hUKG++qE9uVjQaTTD7oaC8a2T3h8K50=Eqyx9uUZvOHa__ww@mail.gmail.com
1 parent 6afa5d5 commit d5d2892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/install-windows.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
32-bit PostgreSQL builds are possible with
8080
<productname>Visual Studio 2015</productname> to
8181
<productname>Visual Studio 2022</productname>,
82-
as well as standalone Windows SDK releases 8.1a to 10.
82+
as well as standalone Windows SDK releases 10 and above.
8383
64-bit PostgreSQL builds are supported with
84-
<productname>Microsoft Windows SDK</productname> version 8.1a to 10 or
84+
<productname>Microsoft Windows SDK</productname> version 10 and above or
8585
<productname>Visual Studio 2015</productname> and above.
8686
<!--
8787
For 2015 requirements:

0 commit comments

Comments
 (0)