Drop support for _MSC_VER less than 1933 Commit aa7c8685234 added a workaround for _MSC_VER less than 1933, which is Visual Studio 2022 version 17.3. Since we dropped support for Visual Studio before 2022, and the versions up to 17.3 are long EOL, we can drop this extra code.
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/da9451830455a402fd6e29403a6512ebb2b41d97 Modified Files -------------- src/include/c.h | 14 -------------- 1 file changed, 14 deletions(-)
