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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix YA parallel-make hazard, this one in "make check" in plpytho
Date: 2018-04-12 14:39:07
Message-ID: E1f6dNT-0007HL-16@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-12 18:09:53 pgsql: Use the right memory context for partkey's FmgrInfo
Previous Message Teodor Sigaev 2018-04-12 14:25:49 pgsql: Fix interference between covering indexes and partitioned tables