Re: Clean up some old cruft related to Windows

Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>

From: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-02-19T18:02:55Z
Lists: pgsql-hackers

Attachments

On Wed, Feb 19, 2020 at 4:49 AM Michael Paquier <michael@paquier.xyz> wrote:

> On Tue, Feb 18, 2020 at 12:26:06PM +0100, Juan José Santamaría Flecha
> wrote:
> > I cannot point when SetEnv.bat was exactly dropped, probably Windows 7
> SDK
> > was the place where it was *last* included [1], so that needs to be
> updated.
> >
> > Using VS2019 and VS2017 this would be done using VsDevCmd.bat [2], while
> > VS2015 and VS2013 use VSVARS32.bat.
>
> Would you like to write a patch for that part?
>

Please find a patched for so. I have tried to make it more version neutral.

Regards,

Juan José Santamaría Flecha

Commits

  1. Doc: Fix instructions to control build environment with MSVC

  2. Clean up some code, comments and docs referring to Windows 2000 and older