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

Tatsuo Ishii <ishii@sraoss.co.jp>

From: Tatsuo Ishii <ishii@sraoss.co.jp>
To: jobin.augustine@openscg.com
Cc: tgl@sss.pgh.pa.us, andres@anarazel.de, noah@leadboat.com, peter.eisentraut@2ndquadrant.com, pgsql-bugs@postgresql.org, pgsql-hackers@postgresql.org
Date: 2017-08-16T23:13:04Z
Lists: pgsql-bugs, pgsql-hackers
> Thank you Tom Lane,
> This patch fixes the problem.
> 
> With this patch, streaming replication started working (replication to
> Windows)
> 
> (Tested for Linux to Windows replication)

Do we allow streaming replication among different OS? 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.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


Commits

  1. Distinguish wait-for-connection from wait-for-write-ready on Windows.

  2. Use asynchronous connect API in libpqwalreceiver