Re: allow running parts of src/tools/msvc/ under not Windows - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: allow running parts of src/tools/msvc/ under not Windows
Date
Msg-id 4de70a14-9e6a-2c9a-a80f-dca4e8723dbe@2ndquadrant.com
Whole thread Raw
In response to Re: allow running parts of src/tools/msvc/ under not Windows  (Michael Paquier <michael@paquier.xyz>)
Responses Re: allow running parts of src/tools/msvc/ under not Windows
List pgsql-hackers
On 2020-02-21 05:00, Michael Paquier wrote:
> On Thu, Feb 20, 2020 at 09:31:32AM -0500, Tom Lane wrote:
>> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>>> The main benefit is that if you make "blind" edits in the Perl files,
>>> you can verify them easily, first by seeing that the Perl code runs,
>>> second, depending on the circumstances, by diffing the created project
>>> files.  Another is that if you do some nontrivial surgery in makefiles,
>>> you can check whether the Perl code can still process them.  So the
>>> benefit is mainly that you can iterate faster when working on build
>>> system related things.  You still need to do a full test on Windows at
>>> the conclusion, but then hopefully with a better chance of success.
>>
>> I see.  No objection then.
> 
> None from here either, and the patch is working correctly.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing obsolete configure checks
Next
From: Andres Freund
Date:
Subject: Re: Memory-Bounded Hash Aggregation