Re: Cluster on NAS and data center. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Cluster on NAS and data center.
Date
Msg-id CA+TgmoZOZROL-ah7s1GmUYFZErkQZtOoLDxj0-xezkxJsE6kVQ@mail.gmail.com
Whole thread Raw
In response to Re: Cluster on NAS and data center.  (Krzysztof Kaczkowski <grafvader@gmail.com>)
List pgsql-hackers
On Tue, Jul 5, 2016 at 7:46 AM, Krzysztof Kaczkowski
<grafvader@gmail.com> wrote:
> Thanks to emails, we have achieved what we wanted. This is what we’ve done:
>
> Compilation (for 32 bit version, initdb with locale=C):
>
> CFLAGS="-mx32 -fexcess-precision=standard -O2"
> CXXFLAGS="-mx32"
>
> configure --without-zlib --disable-float8-byval --without-readline
> --host=x86_64-linux-gnux32
>
> We also have installed libx32.
>
> Right now we received cluster that is fully manageable from both systems.
> Anyone see something dangerous with this compilation?

That seems to cover a fair amount of territory, but it might be unwise
to assume that there are no other issues.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Reviewing freeze map code
Next
From: Robert Haas
Date:
Subject: Re: Parallel query and temp_file_limit