pgsql: Fix bug where pg_receivexlog goes into busy loop if -s option is

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix bug where pg_receivexlog goes into busy loop if -s option is
Дата
Msg-id E1XACmX-0001Bb-DE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.

The problem is that pg_receivexlog calls select(2) with timeout=0 and
goes into busy loop when --status-interval option is set to 0. This bug
was introduced by the commit,
74cbe966fe2d76de1d607d933c98c144dab58769.

Per report from Sawada Masahiko

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/78493b716802cbe632d36c85f0d7c3bdb708e045

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix TAP installcheck tests when current directory name contains
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: docs: Improve documentation of \pset without arguments.