Re: moving from contrib to bin - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: moving from contrib to bin
Date
Msg-id CAB7nPqT+EvHXT80C1qB1JdUG9kGj-4Vt+5b2YyGSo+ewvDmwqA@mail.gmail.com
Whole thread Raw
In response to Re: moving from contrib to bin  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: moving from contrib to bin  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Mon, Dec 15, 2014 at 11:53 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Mon, Dec 15, 2014 at 11:45 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
>> On 12/14/14 9:08 PM, Michael Paquier wrote:
>>>> - no Windows build system support yet
>>> Do you need some help here?
>> Sure.
Peter,

Attached is a patch that can be applied on your existing set to
complete support on Windows for the move to src/bin. For MinGW there
was nothing to do, but on MSVC we have to declare frontend utilities
in the build scripts, which is roughly what this patch does. There are
as well some updates needed for clean.bat and the regression test
script. I did the following checks btw:
- Checked the builds worked correctly
- Checked that file version information was generated when building
with either MinGW or MSVC
- Checked that clean.bat ran correctly
- Checked that vcregress upgradecheck was working correctly
- Checked as well the other regression tests, but that's minor here...
I also noticed when looking at your patches that we actually forgot to
ignore the *.bat scripts generated by regressions of pg_upgrade when
running vcregress upgradecheck with MSVC stuff, but that's a different
issue that I reported on a new thread. It is included in my patch btw
for completeness.
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: NUMERIC private methods?
Next
From: Pavel Stehule
Date:
Subject: Re: moving Orafce from pgFoundry - pgFoundry management