pgsql: Process EXTRA_INSTALL serially, during the first temp-install.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Process EXTRA_INSTALL serially, during the first temp-install.
Date: 2018-12-31 22:18:36
Message-ID: E1ge5tN-0000n4-00@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Process EXTRA_INSTALL serially, during the first temp-install.

This closes a race condition in "make -j check-world"; the symptom was
EEXIST errors. Back-patch to v10, before which parallel check-world had
worse problems.

Discussion: https://postgr.es/m/20181224221601.GA3227827@rfd.leadboat.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6dd690be366148ad0cd9a7f99ca094d89aa76f02

Modified Files
--------------
GNUmakefile.in | 2 ++
src/Makefile.global.in | 10 ++++++++--
src/makefiles/pgxs.mk | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2018-12-31 22:18:37 pgsql: pg_regress: Promptly detect failed postmaster startup.
Previous Message Tom Lane 2018-12-31 21:38:18 pgsql: Update leakproofness markings on some btree comparison functions