Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.
Date: 2010-04-22 01:09:08
Message-ID: 1271898548.8305.29513.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, 2010-04-21 at 21:03 -0400, Tom Lane wrote:
> sriggs(at)postgresql(dot)org (Simon Riggs) writes:
> > Removes overlooked path for sending invalid latestRemovedXid.
> > Fixes buildfarm failure on centaur.
>
> You're not there yet. There are multiple buildfarm machines showing
>
> TRAP: FailedAssertion("!(((vacrelstats->latestRemovedXid) != ((TransactionId) 0)))", File: "vacuumlazy.c", Line: 690)
>
> even after this patch was committed.

Yes, I was aware of the failure because of further testing. Been on it
for the last hour. Dashed annoying.

--
Simon Riggs www.2ndQuadrant.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-04-22 01:27:01 reorg - pg_batch: New Directory
Previous Message Tom Lane 2010-04-22 01:03:20 Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.