pgsql: Add support for Visual Studio 2022 in build scripts

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add support for Visual Studio 2022 in build scripts
Дата
Msg-id E1mpjY4-0003G9-OT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add support for Visual Studio 2022 in build scripts

Documentation and any code paths related to VS are updated to keep the
whole consistent.  Similarly to 2017 and 2019, the version of VS and the
version of nmake that we use to determine which code paths to use for
the build are still inconsistent in their own way.

Backpatch down to 10, so as buildfarm members are able to use this new
version of Visual Studio on all the stable branches supported.

Author: Hans Buschmann
Discussion: https://postgr.es/m/1633101364685.39218@nidsa.net
Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b2265d305d81b0c1a2cec6c5b66a190a9e69e853

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 12 +++++++-----
src/tools/msvc/MSBuildProject.pm  | 25 +++++++++++++++++++++++++
src/tools/msvc/README             | 14 +++++++-------
src/tools/msvc/Solution.pm        | 28 ++++++++++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 28 ++++++++++++++++++++++++----
5 files changed, 91 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Rename SnapBuild* macros in slot.c.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix incorrect format placeholders