Re: VS2022: Support Visual Studio 2022 on Windows

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Hans Buschmann <buschmann(at)nidsa(dot)net>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Paquier <michael(at)paquier(dot)xyz>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: VS2022: Support Visual Studio 2022 on Windows
Date: 2021-11-17 14:11:24
Message-ID: FD8FC09E-9901-40C4-8715-7D11A3955A13@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 6 Nov 2021, at 10:29, Hans Buschmann <buschmann(at)nidsa(dot)net> wrote:

> Updated the patch to reflect the VisualStudioVersion for Preview 7, which is the version number compiled into the main devenv.exe image.
> This version number seems to be of no interest elsewhere in the postgres source tree.

This patch fails to apply as it's anchored beneath the root of the source tree,
please create the patch from inside the sourcetree such that others (and the CF
patch tester) can apply it without tweaking:

--- a/postgresql-14.0_orig/doc/src/sgml/install-windows.sgml
+++ b/postgresql-14.0_vs2022/doc/src/sgml/install-windows.sgml

Also note that patches should be against Git HEAD unless fixing a bug only
present in a backbranch.

> I will reflect any updates after official release on monday, November 8

Any updates on this following the November 8 release?

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2021-11-17 14:24:39 Re: Granting SET and ALTER SYSTE privileges for GUCs
Previous Message Daniel Gustafsson 2021-11-17 14:03:32 Re: Patch: Range Merge Join