Re: BUG #15897: make failed postgres 11.4 at 32 bit build - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15897: make failed postgres 11.4 at 32 bit build
Date
Msg-id 1604.1562335933@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15897: make failed postgres 11.4 at 32 bit build  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: [libpq] Segmentation fault when call PQfinish inside singletone pattern
Next
From: Euler Taveira
Date:
Subject: Re: BUG #15886: I cannot install postgres