Re: Latest version of Hot Standby patch

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Latest version of Hot Standby patch
Date: 2008-12-19 12:00:51
Message-ID: 494B8CF3.9040407@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Heikki Linnakangas wrote:
> Well, to be honest, I don't much like the whole notion of tracking the
> slots. I think we should just rely on the XLOG_RECOVERY_END records to
> purge stale PGPROC entries, belonging to backends that died without
> writing an abort record.

Sorry, I meant XLOG_XACT_RUNNING_XACTS, not XLOG_RECOVERY_END.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ibrar Ahmed 2008-12-19 12:12:23 Re: Review: B-Tree emulation for GIN
Previous Message Heikki Linnakangas 2008-12-19 11:58:30 Re: Latest version of Hot Standby patch