]> granicus.if.org Git - postgresql/commit
PublishStartupProcessInformation() to avoid rare hang in recovery.
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 8 Sep 2011 11:03:28 +0000 (12:03 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 8 Sep 2011 11:03:28 +0000 (12:03 +0100)
commit7c24bac64c3828d651abfd5e34bd0e0031ab9946
tree5d9b7f764b4f5e7bc9f724b47138e4f6f447b0ed
parent2ab199b354135f199a895c4ee61c521b03a4d321
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
src/backend/access/transam/xlog.c
src/backend/storage/lmgr/proc.c
src/include/storage/proc.h