Reorder the asynchronous libpq calls for replication connection Per libpq documentation, the initial state must be PGRES_POLLING_WRITING. Failing to do that appears to cause some issues on some Windows systems.
From: Petr Jelinek <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/e434ad39ae7316bcf35fd578dd34ad7e1ff3c25f Modified Files -------------- .../replication/libpqwalreceiver/libpqwalreceiver.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
