]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Raise requirement to Visual Studio 2022
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Jul 2026 09:47:41 +0000 (11:47 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Jul 2026 10:03:05 +0000 (12:03 +0200)
commit6319d6372c8f28cfb30bd2b7b0893f28e44491e6
tree85d5954f0170ca97ac4852ca9395e6e0f6886e70
parent3cf5264557bee2ba848e5276beecc10571d468a6
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
doc/src/sgml/installation.sgml