pgsql: PublishStartupProcessInformation() to avoid rare hang in recover

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PublishStartupProcessInformation() to avoid rare hang in recover
Date: 2011-09-08 11:04:49
Message-ID: E1R1cPZ-0003nK-Oq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-09-08 14:56:09 pgsql: Buffering GiST index build algorithm.
Previous Message Tom Lane 2011-09-08 04:53:45 pgsql: One last round of copy-editing for the 9.1 release notes.