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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Process EXTRA_INSTALL serially, during the first temp-install.
Дата
Msg-id E1ge5tN-0000nA-0r@gemulon.postgresql.org
обсуждение исходный текст
Список 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_10_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: pg_regress: Promptly detect failed postmaster startup.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve comments and logs in do_pg_stop/start_backup