Обсуждение: pgsql: Process EXTRA_INSTALL serially, during the first temp-install.

Поиск
Список
Период
Сортировка

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

От
Noah Misch
Дата:
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
------
master

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

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