Re: [COMMITTERS] pgsql: Improved parallel make support
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Dave Page <dpage@pgadmin.org>, Peter Eisentraut <peter_e@gmx.net>, Andrew Dunstan <andrew@dunslane.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2010-11-14T16:24:08Z
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
Robert Haas <robertmhaas@gmail.com> writes: > On Nov 14, 2010, at 10:44 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I still think it's worth looking into whether the bug can be dodged >> by shortening the eval calls. But if not, I think I'd vote for >> reverting. Maybe we could revisit this in a couple of years. > +1. The current master branch fails to build on my (rather new) Mac > with make -j2. I complained of the same thing, but AFAICS that's not a make bug; it's a missing build dependency, which could be fixed if we choose to keep this infrastructure. It probably ought to be fixed even if we don't. regards, tom lane