[COMMITTERS] pgsql: Reorder the asynchronous libpq calls for replication connection

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Reorder the asynchronous libpq calls for replication connection
Дата
Msg-id E1cktlR-00036O-Dv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 <petr.jelinek@2ndquadrant.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e434ad39ae7316bcf35fd578dd34ad7e1ff3c25f

Modified Files
--------------
.../replication/libpqwalreceiver/libpqwalreceiver.c    | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Notify bgworker registrant after freeingworker slot.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix user-after-free bug.