From 75345f6985f2d202e43b4fd5ad9e73908c257445 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Wed, 7 Aug 2024 11:43:08 -0700 Subject: [PATCH] Fix names of "Visual Studio" and Meson in a documentation sentence. Commit 3cffe7946c268be91a340ec9a27081cb93d67d35 missed this. Back-patch to v17, which introduced this. Discussion: https://postgr.es/m/CAJ7c6TM7ct0EjoCQaLSVYoxxnEw4xCUFebWj77GktWsqEdyCtQ@mail.gmail.com --- doc/src/sgml/installation.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 1bda43308b6..b7f3c09b501 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -3799,8 +3799,8 @@ make: *** [postgres] Error 1 - PostgreSQL for Windows with Visual can be built using meson, as described - in . + PostgreSQL for Windows with Visual Studio can be built using Meson, as + described in . The native Windows port requires a 32 or 64-bit version of Windows 10 or later.