Re: Fixing parallel make of libpq

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fixing parallel make of libpq
Дата
Msg-id 20200109063853.GN2251@paquier.xyz
обсуждение исходный текст
Ответ на Fixing parallel make of libpq  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Ответы Re: Fixing parallel make of libpq
Список pgsql-hackers
On Wed, Jan 08, 2020 at 01:33:13PM +0000, Dagfinn Ilmari Mannsåker wrote:
> I noticed to my annoyance that 'make -j4 -C src/interfaces/libpq'
> doesn't work in a clean checkout, because it can't find
> libpgcommon_shlib and libpgport_shlib.  It looks like that's because the
> submake-libpgport dependency is declared on the all-lib target, not on
> the shlib itself.  Moving it to SHLIB_PREREQS instead fixes it, patch
> for which is attached.

Hmm.  That logically makes sense.  Isn't that a side effect of 7143b3e
then?  Now, FWIW, I am not able to reproduce it here, after trying on
two different machines, various parallel job numbers (up to 32), and a
couple of dozen attempts.  Perhaps somebody else can see the failures?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Physical replication slot advance is not persistent
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions