Re: [COMMITTERS] pgsql: Improved parallel make support
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: pgsql-hackers@postgresql.org, Peter Eisentraut <peter_e@gmx.net>
Date: 2010-11-13T16:12:50Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Improved parallel make support
- 19e231bbdaef 9.1.0 cited
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