Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Date: 2010-03-09 13:06:32
Message-ID: 1268139992.3825.6.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, 2010-03-09 at 11:20 +0200, Heikki Linnakangas wrote:
> Simon Riggs wrote:
> > XLOG_BTREE_DELETE records would not carry latestRemovedXid, this would
> > be calculated by inspection of heap tuples.
>
> You might still want to keep the conservative latestRemovedXid value in
> the WAL record to avoid the extra work when latestRemovedXid alone allows.

OK will do.

--
Simon Riggs www.2ndQuadrant.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2010-03-09 14:27:28 pgsql: Update time zone data files to tzdata release 2010d: DST law
Previous Message Michael Meskes 2010-03-09 11:09:46 pgsql: ecpg now adds a unique counter to its varchar struct definitions

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-03-09 14:30:58 patch (for 9.1) string functions
Previous Message Michael Meskes 2010-03-09 11:10:26 Re: ECPG, two varchars with same name on same line