Re: Remove MSVC scripts from the tree

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Shubham Khanna <khannashubham1197(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove MSVC scripts from the tree
Date: 2023-12-06 07:28:43
Message-ID: ZXAiqyCqlQS6o0h1@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v6-0001-Remove-MSVC-scripts.patch text/x-diff 224.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2023-12-06 07:30:22 Re: Oversight in reparameterize_path_by_child leading to executor crash
Previous Message Sutou Kouhei 2023-12-06 07:28:34 Re: Make COPY format extendable: Extract COPY TO format implementations