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
- install-windows_doc_cleanup.patch (application/octet-stream) patch
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
-
Doc: Fix instructions to control build environment with MSVC
- 4c95ce048327 12.3 landed
- dca3911a81f0 13.0 landed
-
Clean up some code, comments and docs referring to Windows 2000 and older
- e2e02191e233 13.0 landed