Re: NOTICE: Child itemid in update-chain marked as unused...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "V(dot) M(dot)" <txian(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: NOTICE: Child itemid in update-chain marked as unused...
Date: 2001-08-01 14:24:44
Message-ID: 9452.996675884@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"V. M." <txian(at)hotmail(dot)com> writes:
> sometimes i'm getting:
> NOTICE: Child itemid in update-chain marked as unused - can't
> continue repair_frag

> during a simple "vacuum", db is online.
> pg version 7.1, on debian linux kernel 2.4.
> what's the problem?

The source code says:

/*
* This means that in the middle of chain there
* was tuple updated by older (than XmaxRecent)
* xaction and this tuple is already deleted by
* me. Actually, upper part of chain should be
* removed and seems that this should be handled
* in scan_heap(), but it's not implemented at the
* moment and so we just stop shrinking here.
*/

In short, an unimplemented special case in VACUUM's logic that tries to
compact out free space by moving tuples around.

Most people never see this message though. There must be something
unusual about the pattern of updates being done on this particular
table, that you see it often.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2001-08-01 15:28:36 Re: ECPG eror ...
Previous Message Tom Lane 2001-08-01 14:10:18 Re: Fw: Translators wanted