Re: [COMMITTERS] pgsql: Improved parallel make support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Improved parallel make support
Date
Msg-id 26197.1289664770@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Improved parallel make support  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [COMMITTERS] pgsql: Improved parallel make support
Re: [COMMITTERS] pgsql: Improved parallel make support
Re: [COMMITTERS] pgsql: Improved parallel make support
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I'm curious to know how much all this buys us.

It *would* be nice if "make -k" worked better.  I frequently run into
the fact that (with the pre-existing setup) a compile error in the
backend prevented make from proceeding with builds of interfaces/,
bin/, etc, meaning that that work still remains to be done after I've
finished fixing the backend error.

But having said that, I won't shed many tears if we have to revert this.

It looks like all the unhappy critters are getting the same "virtual
memory exhausted" error.  I wonder whether they are all using make 3.80
...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Improved parallel make support
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Improved parallel make support