| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add support for Visual Studio 2026 in pre-17 build scripts |
| Date: | 2026-07-27 14:45:47 |
| Message-ID: | E1woMaR-00000000WuM-2PVQ@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add support for Visual Studio 2026 in pre-17 build scripts
Documentation and any code paths related to VS are updated to keep the
whole consistent. Similar to what was done for VS 2017, 2019 and 2022.
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Backpatch: 14 through 16
Discussion: https://postgr.es/m/CAD5tBc+nFmaqqCaxDdQUMtOmtTb3nrvXn2TiVjLQyy0FV1BcUQ@mail.gmail.com
Branch
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f1c579fc45fdbf28949e9caa21ec357f0e44ac29
Modified Files
--------------
doc/src/sgml/install-windows.sgml | 12 +++++++-----
src/tools/msvc/MSBuildProject.pm | 25 +++++++++++++++++++++++++
src/tools/msvc/README | 13 +++++++------
src/tools/msvc/Solution.pm | 28 ++++++++++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 36 ++++++++++++++++++++++++++++--------
5 files changed, 95 insertions(+), 19 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2026-07-27 16:12:31 | pgsql: Fix race condition when enabling logical decoding concurrently. |
| Previous Message | Tom Lane | 2026-07-27 13:37:14 | pgsql: Deparse FOR PORTION OF using the range column's current name. |