| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Drop support for _MSC_VER less than 1933 |
| Date: | 2026-07-16 10:12:27 |
| Message-ID: | E1wkJ4t-000Rek-05@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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 <postgres(at)jeltef(dot)nl>
Discussion: https://www.postgresql.org/message-id/flat/CA+hUKGL7trhWiJ4qxpksBztMMTWDyPnP1QN+Lq341V7QL775DA(at)mail(dot)gmail(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/da9451830455a402fd6e29403a6512ebb2b41d97
Modified Files
--------------
src/include/c.h | 14 --------------
1 file changed, 14 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-07-16 10:40:34 | pgsql: Revert "Make PL/Tcl require Tcl 8.6 or later" |
| Previous Message | Fujii Masao | 2026-07-16 04:42:57 | pgsql: Check CREATE_REPLICATION_SLOT response shape in libpqwalreceiver |