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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: raphael(dot)geng(at)bizerba(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15897: make failed postgres 11.4 at 32 bit build
Date: 2019-07-05 14:12:13
Message-ID: 1604.1562335933@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Euler Taveira 2019-07-05 15:45:33 Re: BUG #15886: I cannot install postgres
Previous Message Robert Haas 2019-07-05 13:54:37 Re: [libpq] Segmentation fault when call PQfinish inside singletone pattern