From: | "Mathias Breuninger" <mathias(dot)breuninger(at)espace29(dot)asso(dot)fr> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error |
Date: | 2012-09-05 09:21:32 |
Message-ID: | 004701cd8b47$d6a4b5f0$83ee21d0$@breuninger@espace29.asso.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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
> options.
>
> I'm surprised the error message wasn't more useful in this case.
>
> > I can recompile PostgreSQL on the 64bit architecture without this
> configure option, but I wonder if there will be a performance drawback.
>
> It still won't work. If you want to replicate from a 64-bit machine to
> a 32-bit machine you will need to build a 32-bit version of PostgreSQL
> on the 64-bit machine.
>
> --
> Craig Ringer
Thank you for your answers.
I wasn't aware of the binary problem with replication.
Maybe the PostgreSQL docs should emphasize the architecture restriction.
I'll explore the other solutions.
--
Mathias
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2012-09-05 14:08:15 | Re: PG 9.1 Looking for old WAL when promoting from recovery to master |
Previous Message | Thomas Markus | 2012-09-05 05:47:31 | Re: Schema diagramming tool? |