Re: [COMMITTERS] pgsql: Improved parallel make support
Bernd Helmle <mailings@oopsware.de>
From: Bernd Helmle <mailings@oopsware.de>
To: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Dave Page <dpage@pgadmin.org>, Peter Eisentraut <peter_e@gmx.net>, Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@postgresql.org
Date: 2010-11-15T10:13:11Z
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
--On 14. November 2010 11:08:13 -0500 Robert Haas <robertmhaas@gmail.com> wrote: > +1. The current master branch fails to build on my (rather new) Mac with > make -j2. I could upgrade my toolchain but it seems like more trouble > than it's worth, not to mention a possible obstacle to new users and > developers. The same here, too. And it doesn't matter if you use the shipped make (3.81) or the one from macports (currently 3.82), both are failing with: ld: file not found: ../../../../../../src/backend/postgres collect2: ld returned 1 exit status make[3]: *** [ascii_and_mic.so] Error 1 make[2]: *** [all-ascii_and_mic-recurse] Error 2 make[1]: *** [all-backend/utils/mb/conversion_procs-recurse] Error 2 make[1]: *** Waiting for unfinished jobs.... -- Thanks Bernd