Обсуждение: pgsql: Add wrapper function libpqrcv_PQexec() in the walreceiver that

Поиск
Список
Период
Сортировка

pgsql: Add wrapper function libpqrcv_PQexec() in the walreceiver that

От
mha@postgresql.org (Magnus Hagander)
Дата:
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)