Fix YA parallel-make hazard, this one in "make check" in plpython.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3e110a373b8102221af5436434441cd20eeb68fa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-04-12T14:38:53Z
Releases: 11.0
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

Files

PathChange+/−
src/pl/plpython/Makefile modified +1 −1

Discussion