Re: Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error
Дата
Msg-id 5046764E.4050603@ringerc.id.au
обсуждение исходный текст
Ответы Re: Log-Shipping Standby Server: USE_FLOAT8_BYVAL compatibility error  ("Mathias Breuninger" <mathias.breuninger@espace29.asso.fr>)
Список pgsql-admin
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 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
performancedrawback. 

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


В списке pgsql-admin по дате отправления:

Предыдущее
От: Bob Lunney
Дата:
Сообщение: Re: Schema diagramming tool?
Следующее
От: amacvar
Дата:
Сообщение: Re: What else could I've done? COPY to unlogged tbl "hung"/locked the table