Re: [RFC] building postgres with meson - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [RFC] building postgres with meson
Date
Msg-id 20211020160156.4zzky6djh7rp3myu@alap3.anarazel.de
Whole thread Raw
In response to Re: [RFC] building postgres with meson  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2021-10-19 19:41:56 -0700, Andres Freund wrote:
> On 2021-10-19 18:49:43 -0700, Andres Freund wrote:
> > I wonder when it'll be faster to run 32bit ppc via qemu than natively :)
>
> Freebsd didn't seem to want to boot, but surprisingly a debian buster image
> started at least the installer without problems... Will probably take a while
> to see if it actually works.

The build was quite slow (cold ccache cache, only 1 cpu):
real    106m33.418s
user    86m36.363s
sys    17m33.830s

But the actual test time wasn't *too* bad, compared to the 32bit ppc animals

real    12m14.944s
user    0m51.622s
sys    0m44.743s

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Stan Hu
Date:
Subject: Re: lastOverflowedXid does not handle transaction ID wraparound
Next
From: Bharath Rupireddy
Date:
Subject: add retry mechanism for achieving recovery target before emitting FATA error "recovery ended before configured recovery target was reached"