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

From Krzysztof Kaczkowski
Subject Re: Cluster on NAS and data center.
Date
Msg-id CAM46+3v-FdxHzC9gSSQMP0WMz9P-oHTaYJuSGtwAwwx3e4cCSw@mail.gmail.com
Whole thread Raw
In response to Re: Cluster on NAS and data center.  (Matt Kelly <mkellycs@gmail.com>)
Responses Re: Cluster on NAS and data center.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
<p dir="ltr">Hello,<p dir="ltr"><p dir="ltr">Thanks to emails, we have achieved what we wanted. This is what we’ve
done:<pdir="ltr">Compilation (for 32 bit version, initdb with locale=C):<p dir="ltr">CFLAGS="-mx32
-fexcess-precision=standard-O2"<br /> CXXFLAGS="-mx32"<p dir="ltr">configure --without-zlib --disable-float8-byval
--without-readline--host=x86_64-linux-gnux32<p dir="ltr">We also have installed libx32.<p dir="ltr">Right now we
receivedcluster that is fully manageable from both systems. Anyone see something dangerous with this compilation? 

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: to_date_valid()
Next
From: Andrew Borodin
Date:
Subject: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]