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

From Tom Lane
Subject pgsql: Fix YA parallel-make hazard,this one in "make check" in plpytho
Date
Msg-id E1f6dNT-0007HL-16@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Fix interference between covering indexes and partitionedtables
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Use the right memory context for partkey's FmgrInfo