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 <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/ca+hukgl7trhwij4qxpksbztmmtwdypnp1qn+lq341v7ql77...@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(-)
