pgsql: PublishStartupProcessInformation() to avoid rare hang in recover

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: PublishStartupProcessInformation() to avoid rare hang in recover
Дата
Msg-id E1R1cPZ-0003nK-Oq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
PublishStartupProcessInformation() to avoid rare hang in recovery.
Bgwriter could cause hang in recovery during page concurrent cleaning.

Bug report and testing by Bernd Helmle, fix by me

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7c24bac64c3828d651abfd5e34bd0e0031ab9946

Modified Files
--------------
src/backend/access/transam/xlog.c |    2 +
src/backend/storage/lmgr/proc.c   |   43 ++++++++++++++++++++++++++++++++++++-
src/include/storage/proc.h        |    6 +++++
3 files changed, 50 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: One last round of copy-editing for the 9.1 release notes.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Buffering GiST index build algorithm.