]> 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:54:38 +0000 (13:54 -0800)
commitaa019da523912876ec20129f28b3b1657ba6f263
tree21dcd07e2d3b2f2d63a7c00e6e97bd8c183869fd
parent76f7b0b08ac44733193bfb0b0d61dd2b32cdc21b
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