Re: Hot Standby: too many KnownAssignedXids - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Hot Standby: too many KnownAssignedXids
Date
Msg-id 4CF777E3.2090701@enterprisedb.com
Whole thread Raw
In response to Re: Hot Standby: too many KnownAssignedXids  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Hot Standby: too many KnownAssignedXids  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On 02.12.2010 11:02, Simon Riggs wrote:
> The cause of the issue is that replay starts at one LSN and there is a
> delay until the RunningXacts WAL record occurs. If there was no delay,
> there would be no issue at all. In CreateCheckpoint() we start by
> grabbing the WAInsertLock and later recording that pointer as part of
> the checkpoint record. My proposal is to replace the "grab the lock"
> code with the insert of the RunningXacts WAL record (when wal_level
> set), so that recovery always starts with that record type.

Oh, interesting idea. But AFAICS closing the gap between acquiring the 
running-xacts snapshot and writing it to the log is sufficient, I don't 
see what moving the running-xacts record buys us. Does it allow some 
further simplifications somewhere?

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


pgsql-hackers by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: FK's to refer to rows in inheritance child
Next
From: Dimitri Fontaine
Date:
Subject: Re: pg_execute_from_file review