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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix YA parallel-make hazard,this one in "make check" in plpytho
Дата
Msg-id E1f6dNT-0007HL-16@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Fix interference between covering indexes and partitionedtables
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Use the right memory context for partkey's FmgrInfo