Обсуждение: pgsql: Fix YA parallel-make hazard,this one in "make check" in plpytho

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

pgsql: Fix YA parallel-make hazard,this one in "make check" in plpytho

От
Tom Lane
Дата:
Fix YA parallel-make hazard, this one in "make check" in plpython.

We have to ensure that submake-generated-headers is finished before
the topmost make run launches any child makes.

Discussion: https://postgr.es/m/20180411235843.GG32449@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e110a373b8102221af5436434441cd20eeb68fa

Modified Files
--------------
src/pl/plpython/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)