Re: Latest version of Hot Standby patch - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Latest version of Hot Standby patch
Date
Msg-id 494B8CF3.9040407@enterprisedb.com
Whole thread Raw
In response to Re: Latest version of Hot Standby patch  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Latest version of Hot Standby patch  (Simon Riggs <simon@2ndQuadrant.com>)
List 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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Latest version of Hot Standby patch
Next
From: "Ibrar Ahmed"
Date:
Subject: Re: Review: B-Tree emulation for GIN