Re: [HACKERS] Replication to Postgres 10 on Windows is broken

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: jobin(dot)augustine(at)openscg(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Noah Misch <noah(at)leadboat(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Replication to Postgres 10 on Windows is broken
Date: 2017-08-16 23:41:38
Message-ID: CAB7nPqTz1RoDTJca=DqezTUuccoCZ2tAq0qzmCp7hs=s=t3yhw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Thu, Aug 17, 2017 at 8:13 AM, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> wrote:
> Do we allow streaming replication among different OS?

No. WAL is a binary format.

> I thought it is
> required that primary and standbys are same platform (in my
> understanding this means the same hardware architecture and OS) in
> streaming replication.

Yep, I recall the same requirement.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-08-16 23:57:34 Re: [HACKERS] Replication to Postgres 10 on Windows is broken
Previous Message Tatsuo Ishii 2017-08-16 23:13:04 Re: [HACKERS] Replication to Postgres 10 on Windows is broken

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-16 23:50:39 Re: Re: [COMMITTERS] pgsql: Don't force-assign transaction id when exporting a snapshot.
Previous Message Thomas Munro 2017-08-16 23:39:14 Re: Server crash due to SIGBUS(Bus Error) when trying to access the memory created using dsm_create().