Re: [HACKERS] Replication to Postgres 10 on Windows is broken
Augustine, Jobin <jobin.augustine@openscg.com>
From: "Augustine, Jobin" <jobin.augustine@openscg.com>
To: Andres Freund <andres@anarazel.de>
Cc: Noah Misch <noah@leadboat.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-bugs@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2017-08-11T01:58:48Z
Lists: pgsql-bugs, pgsql-hackers
I am in an effort to create independent build environment on Windows to test the patch from Andres. I shall come back with result possibly in another 24 hours. -Jobin On Fri, Aug 11, 2017 at 7:25 AM, Andres Freund <andres@anarazel.de> wrote: > On 2017-08-10 18:51:07 -0700, Noah Misch wrote: > > On Tue, Aug 08, 2017 at 07:25:37PM -0400, Peter Eisentraut wrote: > > > On 8/7/17 21:06, Noah Misch wrote: > > > >> That would fit. Until v10 (commit 1e8a850), PQconnectStart() had > no in-tree > > > >> callers outside of libpq itself. > > > > [Action required within three days. This is a generic notification.] > > > > > > > > The above-described topic is currently a PostgreSQL 10 open item. > Peter, > > > > since you committed the patch believed to have created it, you own > this open > > > > item. > > > > > > I don't think I can usefully contribute to this. Could someone else > > > take it? > > > > If nobody volunteers, you could always resolve this by reverting 1e8a850 > and > > successors. > > I've volunteered a fix nearby, just can't test it. I don't think we can > require committers to work on windows. > > - Andres > -- *Jobin Augustine* Architect : Production Database Operations *OpenSCG* *phone : +91 9989932600*
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