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
-
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