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

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: E1eHj1h-0000tV-VN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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/20171106080752.GA1298146@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/de0aca6a82af9c04cb4634d091ab065763fd4d5a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-11-23 07:48:34 pgsql: doc: mention wal_receiver_status_interval as GUC affecting logic
Previous Message Andres Freund 2017-11-23 00:16:49 Re: pgsql: Generational memory allocator