Re: Nightly builds

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Davidson, Robert" <robdavid(at)amazon(dot)com>
Cc: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Nightly builds
Date: 2006-03-24 15:01:34
Message-ID: 442409CE.2060907@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Davidson, Robert wrote:

>I now have two minor bugs for which patches exist.
>
>I am game to write up some better instructions for installing mingw to compile postgresql on Windows if there are any notes on which packages need to be installed. I have successfully compiled and installed on Linux.
>
>If there were a place to download patches, this would allow moderately adventurous Windows users to roll their own and avoid the overhead of nightly Windows builds.
>
>
>

If the patches have been applied to the stable branch, you should not
need to download them yourself; just check out the relevant branch and
build it. e.g. to check out the 8.1 stable branch, do:

cvs -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot co
-P -r REL8_1_STABLE pgsql

And if they haven't been applied, you should wait till they have been,
since only then will you know that they have been properly reviewed.

In short, you shouldn't need to apply patches directly, unless you are
testing to assist the patch author.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-03-24 15:12:27 Re: Nightly builds
Previous Message Jim C. Nasby 2006-03-24 14:55:38 Re: Nightly builds