pgsql: Prevent intermittent hang in recovery from bgwriter interaction.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Prevent intermittent hang in recovery from bgwriter interaction.
Дата
Msg-id E1Q2OBp-0001ai-L9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent intermittent hang in recovery from bgwriter interaction.
Startup process waited for cleanup lock but when hot_standby = off
the pid was not registered, so that the bgwriter would not wake
the waiting process as intended.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9bb1ddec4cd998c5fbac278a54d8ad5a5011e4e1

Modified Files
--------------
src/backend/access/transam/xlog.c |    2 ++
src/backend/storage/ipc/standby.c |    5 -----
2 files changed, 2 insertions(+), 5 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Prevent intermittent hang in recovery from bgwriter interaction.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove synchronous_replication/max_wal_senders cross-check.