Add .NOTPARALLEL to contrib/Makefile

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Add .NOTPARALLEL to contrib/Makefile
Date: 2014-08-26 00:05:43
Message-ID: 20140826000543.GC21544@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Currently running "make -j16 all check" in contrib/ results in a mess because
all pg_regress invocations fight over the same port. Adding a simple
.NOTPARALLEL: check-%-recurse
into contrib/Makefile fixes that. Do we want that?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-08-26 00:16:50 Re: Add .NOTPARALLEL to contrib/Makefile
Previous Message Michael Paquier 2014-08-25 23:10:13 Re: Add CREATE support to event triggers