pgsql: Build src/test/isolation during "make" and "make install".

Lists: pgsql-committers
From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Build src/test/isolation during "make" and "make install".
Date: 2017-11-23 04:22:13
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Build src/test/isolation during "make" and "make install".

This hack closes a race condition in "make -j check-world" and "make -j
installcheck-world". Back-patch to v10, before which these parallel
invocations had worse problems.

Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5c48d68de575645a668f76f9ec4afc082fd3d73b

Modified Files
--------------
src/Makefile | 1 +
src/test/isolation/Makefile | 7 +++++++
2 files changed, 8 insertions(+)