Re: [HACKERS] Replication to Postgres 10 on Windows is broken
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Noah Misch <noah@leadboat.com>
Cc: "Augustine, Jobin" <jobin.augustine@openscg.com>,
pgsql-bugs@postgresql.org, pgsql-hackers@postgresql.org,
Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-08-14T12:53:15Z
Lists: pgsql-bugs, pgsql-hackers
On 8/13/17 15:46, Noah Misch wrote: > IMMEDIATE ATTENTION REQUIRED. This PostgreSQL 10 open item is long past due > for your status update. Please reacquaint yourself with the policy on open > item ownership[1] and then reply immediately. If I do not hear from you by > 2017-08-14 20:00 UTC, I will transfer this item to release management team > ownership without further notice. It appears there is a patch that fixes the issue now. Let's wait until Wednesday to see if that ends up being successful. Otherwise, the plan forward would be to decorate the change in the original commit with an #ifndef WIN32. -- 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