pgsql: Raise requirement to Visual Studio 2022 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Raise requirement to Visual Studio 2022
Date
Msg-id E1wkJ4s-000Rei-3A@gemulon.postgresql.org
Whole thread
List pgsql-committers
Raise requirement to Visual Studio 2022

The use of _Generic from commit "Replace __builtin_types_compatible_p
with _Generic" causes compiler errors from VS 2019.  Apparently, that
compiler is just broken for that (even though it appears to support
_Generic in general, for example in commit 59c2f03d1ec).

Per discussion, just drop support for VS 2019 and require at least VS
2022.  This just updates the documentation about that.  In passing,
some information about VS 2026 is added.

Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion:
https://www.postgresql.org/message-id/flat/CA+hUKGL7trhWiJ4qxpksBztMMTWDyPnP1QN+Lq341V7QL775DA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6319d6372c8f28cfb30bd2b7b0893f28e44491e6

Modified Files
--------------
doc/src/sgml/installation.sgml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Revert "Make PL/Tcl require Tcl 8.6 or later"