Re: pgsql: Improved parallel make support - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Improved parallel make support
Date
Msg-id 9504.1289622321@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Improved parallel make support  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 11/12/2010 03:16 PM, Peter Eisentraut wrote:
>> Improved parallel make support

> Looks like this patch has pretty comprehensively broken the MSVC build
> system. I'll see what I can recover from the wreckage.

There are also at least three non-Windows buildfarm members failing like
so:

gmake -C src all
gmake[1]: Entering directory `/home/pgbuild/pgbuildfarm/HEAD/pgsql.6736/src'
gmake[1]: *** virtual memory exhausted.  Stop.
gmake[1]: Leaving directory `/home/pgbuild/pgbuildfarm/HEAD/pgsql.6736/src'
gmake: *** [all-src-recursive] Error 2

I think we may have pushed too far in terms of what actually works
reliably across different make versions.

            regards, tom lane

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Attempt to fix MSVC builds broken by parallel make changes.
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing outfuncs.c support for struct InhRelation.