Re: Cluster on NAS and data center.

From: Krzysztof Kaczkowski <grafvader(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Cluster on NAS and data center.
Date: 2016-07-05 11:36:39
Message-ID: CAM46+3vAjhV9uda+pbEGLO9N-uYO4sKAK2MpC7Pj=aEQTYQNpA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

Thanks to emails, we have achieved what we wanted. This is what we’ve done:

Compilation:

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

Browse pgsql-general by date

  From Date Subject
Next Message Aurelien Praga 2016-07-05 13:28:11 Materialized view not created with import
Previous Message Haribabu Kommi 2016-07-05 06:39:02 Re: Question about "grant create on database" and pg_dump/pg_dumpall