RE: [HACKERS] BlowAwayRelationBuffers

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: <a(dot)joubert(at)albourne(dot)com>
Cc: <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] BlowAwayRelationBuffers
Date: 2000-01-13 00:03:06
Message-ID: 000101bf5d59$91536f20$2801007e@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: a(dot)joubert(at)albourne(dot)com [mailto:a(dot)joubert(at)albourne(dot)com]
>
> Thanks Hiroshi, I will patch my database and see whether that helps. Guess
> i really ought to upgrade to 6.5.3, but I had some compile problems on
> Alpha which I haven't looked at closely yet.
>

Unfortunately the patch could neither recover your current status
nor prevent the occurrence of BlowAwayRelationBuffers.
It may only prevent the occurrence of inconsistency after
the error.

BlowAwayRelationBuffers is called immediately before truncation of
the target relation file in VACUUM. Without applying my patch,
HEAP_MOVED_OFF tuples would revive after BlowAwayRelationBuffers
error.

Regards.

Hiroshi Inoue
Inoue(at)tpf(dot)co(dot)jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-01-13 00:20:04 Re: [HACKERS] psql -f inconsistency with "copy from stdin"
Previous Message Bruce Momjian 2000-01-12 23:50:09 Re: [HACKERS] TODO list updated