Re: Remove MSVC scripts from the tree

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Shubham Khanna <khannashubham1197@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Peter Eisentraut <peter@eisentraut.org>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-12-06T07:28:43Z
Lists: pgsql-hackers

Attachments

On Wed, Dec 06, 2023 at 12:15:50PM +0530, Shubham Khanna wrote:
> Patch is not applying. Please share the Rebased Version. Please find the error:

Thanks.  Here you go with a v6.

> D:\Project\Postgres>git am D:\Project\Patch\v5-0001-Remove-MSVC-scripts.patch
> error: patch failed: doc/src/sgml/filelist.sgml:38
> error: doc/src/sgml/filelist.sgml: patch does not apply

This is caused by the recent addition of targets-meson.

> error: patch failed: src/tools/msvc/Mkvcbuild.pm:1
> error: src/tools/msvc/Mkvcbuild.pm: patch does not apply
> error: patch failed: src/tools/msvc/Solution.pm:1
> error: src/tools/msvc/Solution.pm: patch does not apply

And some stuff because these have been updated.
--
Michael

Commits

  1. Make win32tzlist.pl checkable again

  2. meson: Make gzip and tar optional

  3. meson: Make sed optional

  4. Remove MSVC scripts

  5. Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl