Re: [COMMITTERS] pgsql: Add mode where contrib installcheck runs each module in a separa
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-12-04T00:17:36Z
Lists: pgsql-hackers
Attachments
- module_db.patch2 (text/plain)
On 12/03/2012 04:02 PM, Andrew Dunstan wrote: > > > > Looks like undefine is a new feature in gmake 3.82. I can reproduce > this on my SL6 box which has 3.81. I'll have to come up with something > other than ifdef, like > > ifneq ($(USE_MODULE_DB),) > > and use the override in dblink's Makefile to set it to the empty string. > > > Here's a version that seems to work with pre 3.82 versions of gmake. cheers andrew
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add mode where contrib installcheck runs each module in a separately named database.
- c8f666abde2a 9.0.11 cited