Re: BUG #15897: make failed postgres 11.4 at 32 bit build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15897: make failed postgres 11.4 at 32 bit build
Дата
Msg-id 1604.1562335933@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15897: make failed postgres 11.4 at 32 bit build  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> i tryied to build postgres 11.4 on 32 bit sles 12.1.
> make -j10 DESTDIR=/postgres/src/workdir/result install

Not sure that anyone really tests going directly to "install" with
such a high -j factor.  You might've found a parallelism weakness
in the makefiles.  I tend to do "make -j8 all" and then "make install"
and have never seen a problem with that.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [libpq] Segmentation fault when call PQfinish inside singletone pattern
Следующее
От: Euler Taveira
Дата:
Сообщение: Re: BUG #15886: I cannot install postgres