pgsql: PublishStartupProcessInformation() to avoid rare hang in recover - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: PublishStartupProcessInformation() to avoid rare hang in recover
Date
Msg-id E1R1cPZ-0003nK-Oq@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: One last round of copy-editing for the 9.1 release notes.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Buffering GiST index build algorithm.