]> 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:55:01 +0000 (13:55 -0800)
commit6dd690be366148ad0cd9a7f99ca094d89aa76f02
tree3037eb3b83e7565f28eb7d39f0a206965e0f5a9c
parent95fae739af68b27c5c555ffe10c4c98f2a6a3cdd
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