Re: [HACKERS] Re:HEAP_MOVED_IN during vacuum - test case

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Hiroshi Inoue" <Inoue@tpf.co.jp>
Cc: "Stephen Birch" <sbirch@ironmountainsystems.com>, "PostgreSQL-development" <pgsql-hackers@postgreSQL.org>, "The Hermit Hacker" <scrappy@hub.org>
Date: 2000-01-10T04:48:31Z
Lists: pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> The following patch seems to fix your case.
> However I'm not sure it's a right solution.

That looks like nearly the same logic that I arrived at, although
what I committed included some additional code cleanups.  As I said
in my prior message, I don't fully trust it yet --- but I am glad
you came to the same conclusion.

			regards, tom lane