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

Augustine, Jobin <jobin.augustine@openscg.com>

From: "Augustine, Jobin" <jobin.augustine@openscg.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, pgsql-bugs@postgresql.org, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Noah Misch <noah@leadboat.com>, pgsql-hackers@postgresql.org
Date: 2017-08-16T11:09:16Z
Lists: pgsql-bugs, pgsql-hackers
This patch is fixing similar problem reported in Logical replication also
by another user.

Message:
20170524173644.1440.53348@wrigleys.postgresql.org
<https://www.postgresql.org/message-id/20170524173644.1440.53348%40wrigleys.postgresql.org>

Bug reference:      14669
Logged by:          Igor Neyman
Email address:      ineyman(at)perceptron(dot)com
PostgreSQL version: 10beta1
Operating system:   Windows

Regards,

Jobin.

Commits

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

  2. Use asynchronous connect API in libpqwalreceiver