]> granicus.if.org Git - postgresql/commit
Process EXTRA_INSTALL serially, during the first temp-install.
authorNoah Misch <noah@leadboat.com>
Mon, 31 Dec 2018 21:54:38 +0000 (13:54 -0800)
committerNoah Misch <noah@leadboat.com>
Mon, 31 Dec 2018 21:57:57 +0000 (13:57 -0800)
commitbedda9fbb76897c987c720aed6551dff48d4cfb4
treed0b98388580a98fb6aaf266cead32f7f4dcba7f7
parente7ebc8c285f12b0f50924a69627a40050c85a1e2
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
GNUmakefile.in
src/Makefile.global.in
src/makefiles/pgxs.mk