Re: Cluster on NAS and data center.

From: Krzysztof Kaczkowski <grafvader(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Cluster on NAS and data center.
Date: 2016-07-05 11:46:01
Message-ID: CAM46+3v-FdxHzC9gSSQMP0WMz9P-oHTaYJuSGtwAwwx3e4cCSw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Borodin 2016-07-05 12:54:27 Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]
Previous Message David G. Johnston 2016-07-05 11:41:15 Re: to_date_valid()