MSVC build scripts status

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: MSVC build scripts status
Date: 2007-09-24 22:58:48
Message-ID: 46F84128.1070806@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I have reduced the build and regress .bat files to one liners:

build.bat:
@perl build.pl %*

vcregress.bat:
@perl vcregress.pl %*

These mirror exactly what the buildfarm will do when it's modified.

In fact, an unmodified buildfarm client run goes through cleanly with
these files.

However, neither the new nor the old scripts run ECPG tests on my setup,
so I have been unable to test that.

I can commit the new scripts now or we can wait till the ECPG situation
is cleared up.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2007-09-25 02:53:45 Re: HOT is applied
Previous Message Kevin Grittner 2007-09-24 21:17:58 Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)