| 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-00000000WuI-2DFL@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_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/bc5a873a8ab34e7f5059d5611a0d8de05f51ad72
Modified Files
--------------
doc/src/sgml/install-windows.sgml | 10 ++++++----
src/tools/msvc/MSBuildProject.pm | 25 +++++++++++++++++++++++++
src/tools/msvc/README | 9 +++++----
src/tools/msvc/Solution.pm | 28 ++++++++++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 36 ++++++++++++++++++++++++++++--------
5 files changed, 92 insertions(+), 16 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. |