pgsql: Add wrapper function libpqrcv_PQexec() in the walreceiver that
Started by Magnus Haganderover 16 years ago1 messagescomitters
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)