Re: windows regression failure - prepared xacts

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: windows regression failure - prepared xacts
Date: 2005-07-14 13:35:52
Message-ID: 42D66A38.5030601@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Page wrote:

>
>
>
>
>>-----Original Message-----
>>From: pgsql-hackers-owner(at)postgresql(dot)org
>>[mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of
>>Andrew Dunstan
>>Sent: 14 July 2005 13:35
>>To: Tom Lane
>>Cc: PostgreSQL-development
>>Subject: Re: [HACKERS] windows regression failure - prepared xacts
>>
>>
>>
>>ON a related note, we need more Windows boxes on the
>>buildfarm - ideally
>>living in a data center somewhere so we can automate builds,
>>rather than
>>relying on my laptop and Jim's Windows box which seems to build
>>intermittently.
>>
>>
>
>I might be able to help out there.
>

Excellent.

>What's required to be part of the
>build farm?
>
>
>
>

Short answer:

. your box will need to be able to contact http://www.pgbuildfarm.org
either directly or via proxy, and it wiull need access to a CVS repo,
either the one at postgresql.org or a mirror (you can set up your own
mirror using CSVup on a linux or FBSD box).
. have a working postgresql build environment for your platform (for
Windows this means MSys/MinGW with the libz and libintl stuff, and
ideally native Python and Tcl).
. Windows only: you will need a native perl installed as well as the one
in the MSys DTK. The one from ActiveState works fine.
. download and unpack the latest release of client code from
http://pgfoundry.org/frs/?group_id=1000040
. read instructions at
http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt
. get the software running locally using flags --force--nostatus --nosend
. register your machine at http://www.pgbuildfarm.org/register.html
. when you receive credentials, put them in the config file, and
schedule regular builds (without those flags) for the branches you want
to support. (For Windows that should be HEAD and optionally REL8_0_STABLE).

Feel free to ask me questions if anything isn't clear.

There's a short description of how it works at
http://www.onlamp.com/pub/a/onlamp/2005/02/24/pg_buildfarm.html

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2005-07-14 14:02:12 Re: windows regression failure - prepared xacts
Previous Message Tom Lane 2005-07-14 13:32:16 Re: Order by optimisations?