From 1061e41ff9ae204d1e0097e8a95d0c2d8a7d4201 Mon Sep 17 00:00:00 2001
From: Michael Paquier
Date: Wed, 24 Nov 2021 13:04:07 +0900
Subject: Add support for Visual Studio 2022 in build scripts
Documentation and any code paths related to VS are updated to keep the
whole consistent. Similarly to 2017 and 2019, the version of VS and the
version of nmake that we use to determine which code paths to use for
the build are still inconsistent in their own way.
Backpatch down to 10, so as buildfarm members are able to use this new
version of Visual Studio on all the stable branches supported.
Author: Hans Buschmann
Discussion: https://postgr.es/m/1633101364685.39218@nidsa.net
Backpatch-through: 10
---
doc/src/sgml/install-windows.sgml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 318c5082760..02fb9f94251 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -19,9 +19,9 @@
There are several different ways of building PostgreSQL on
Windows. The simplest way to build with
- Microsoft tools is to install Visual Studio 2019
+ Microsoft tools is to install Visual Studio 2022
and use the included compiler. It is also possible to build with the full
- Microsoft Visual C++ 2005 to 2019.
+ Microsoft Visual C++ 2005 to 2022.
In some cases that requires the installation of the
Windows SDK in addition to the compiler.
@@ -69,7 +69,7 @@
Microsoft Windows SDK. If you do not already have a
Visual Studio environment set up, the easiest
ways are to use the compilers from
- Visual Studio 2019 or those in the
+ Visual Studio 2022 or those in the
Windows SDK 10, which are both free downloads
from Microsoft.
@@ -78,7 +78,7 @@
Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
32-bit PostgreSQL builds are possible with
Visual Studio 2005 to
- Visual Studio 2019,
+ Visual Studio 2022,
as well as standalone Windows SDK releases 6.0 to 10.
64-bit PostgreSQL builds are supported with
Microsoft Windows SDK version 6.0a to 10 or
@@ -90,7 +90,7 @@
Visual Studio 2015 is supported down to
Windows Vista and Windows Server 2008.
Building with Visual Studio 2017 to
- Visual Studio 2019 is supported
+ Visual Studio 2022 is supported
down to Windows 7 SP1 and Windows Server 2008 R2 SP1.
--
cgit v1.2.3