Re: [ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-06 Thread Mathias Breuninger
On 09/05/2012 4:59 PM, Craig James wrote: > On Wed, Sep 5, 2012 at 2:21 AM, Mathias Breuninger > > I wasn't aware of the binary problem with replication. > > Maybe the PostgreSQL docs should emphasize the architecture > restriction. > > That's sort of what "binary file" means -- a raw, architectur

Re: [ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-05 Thread Craig James
On Wed, Sep 5, 2012 at 2:21 AM, Mathias Breuninger > I wasn't aware of the binary problem with replication. > Maybe the PostgreSQL docs should emphasize the architecture restriction. That's sort of what "binary file" means -- a raw, architecture-specific representation of data that's optimized for

Re: [ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-05 Thread Mathias Breuninger
On 09/04/2012 11:45 PM CEST, Craig Ringer wrote: > > The 64 bits server is the master and I tried to configure the 32 bits > one as a standby server. > > That isn't a supported configuration. The standby needs to be the same > architecture as the master and needs to use the same compilation > opti

Re: [ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-04 Thread Craig Ringer
On 09/04/2012 06:04 PM, Mathias Breuninger wrote: Hi, I configure PostgreSQL 9.1.5 on two servers: one with FreeBSD-9.0/powerpc64 and the other with FreeBSD-9.0/powerpc. The 64 bits server is the master and I tried to configure the 32 bits one as a standby server. That isn't a supported con

Re: [ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-04 Thread Albe Laurenz
Mathias Breuninger wrote: > I configure PostgreSQL 9.1.5 on two servers: one with FreeBSD-9.0/powerpc64 > and the other with > FreeBSD-9.0/powerpc. > > The 64 bits server is the master and I tried to configure the 32 bits one as > a standby server. > > I followed the documentation but I can't s

Re: [ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-04 Thread Sergey Konoplev
On Tue, Sep 4, 2012 at 12:04 PM, Mathias Breuninger wrote: > I configure PostgreSQL 9.1.5 on two servers: one with FreeBSD-9.0/powerpc64 > and the other with FreeBSD-9.0/powerpc. > > The 64 bits server is the master and I tried to configure the 32 bits one as > a standby server. It can not be r

[ADMIN] Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

2012-09-04 Thread Mathias Breuninger
Hi, I configure PostgreSQL 9.1.5 on two servers: one with FreeBSD-9.0/powerpc64 and the other with FreeBSD-9.0/powerpc. The 64 bits server is the master and I tried to configure the 32 bits one as a standby server. I followed the documentation but I can't start the standby postgres daemon: po