Re: [HACKERS] Replication to Postgres 10 on Windows is broken
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Michael Paquier <michael.paquier@gmail.com>,
Tatsuo Ishii <ishii@sraoss.co.jp>
Cc: jobin.augustine@openscg.com, Tom Lane <tgl@sss.pgh.pa.us>,
Andres Freund <andres@anarazel.de>, Noah Misch <noah@leadboat.com>,
PostgreSQL mailing lists <pgsql-bugs@postgresql.org>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-08-17T00:00:16Z
Lists: pgsql-bugs, pgsql-hackers
On 8/16/17 19:41, Michael Paquier wrote: > On Thu, Aug 17, 2017 at 8:13 AM, Tatsuo Ishii <ishii@sraoss.co.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. He meant logical replication, but the code in question here is the same for streaming replication, or whatever it's called. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Distinguish wait-for-connection from wait-for-write-ready on Windows.
- d7ab908fbab5 10.0 landed
- f3a4d7e7c290 11.0 landed
-
Use asynchronous connect API in libpqwalreceiver
- 1e8a85009447 10.0 cited