Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgreSQL.org, Andrew Dunstan <andrew@dunslane.net>
Date: 2017-03-04T00:16:04Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Use asynchronous connect API in libpqwalreceiver

Buildfarm member bowerbird has been failing in the pg_rewind test since
this patch went in.  It looks like it's failing to complete connections
from the standby; which suggests that something platform-specific is
missing from this commit, but I dunno what.

			regards, tom lane


Commits

  1. Fix WaitEventSetWait() to handle write-ready waits properly on Windows.

  2. Rewrite async-connection loop in libpqwalreceiver.c, once again.

  3. Use asynchronous connect API in libpqwalreceiver