Log Message:
-----------
Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async
libpq to send queries, making the waiting for responses interruptible on
platforms where PQexec() can't normally be interrupted by signals, such
as win32.

Fujii Masao and Magnus Hagander

Modified Files:
--------------
    pgsql/src/backend/replication:
        walreceiver.c (r1.8 -> r1.9)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walreceiver.c?r1=1.8&r2=1.9)
    pgsql/src/backend/replication/libpqwalreceiver:
        libpqwalreceiver.c (r1.8 -> r1.9)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c?r1=1.8&r2=1.9)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to