pgsql: Prevent intermittent hang in recovery from bgwriter interaction.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent intermittent hang in recovery from bgwriter interaction.
Date: 2011-03-23 13:33:33
Message-ID: E1Q2OBp-0001ai-L9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-03-23 13:38:50 Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,
Previous Message Simon Riggs 2011-03-23 13:31:37 pgsql: Prevent intermittent hang in recovery from bgwriter interaction.