Re: heap_update is broken in current sources - Mailing list pgsql-hackers

From Tom Lane
Subject Re: heap_update is broken in current sources
Date
Msg-id 17674.978967596@sss.pgh.pa.us
Whole thread Raw
In response to Re: heap_update is broken in current sources  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: heap_update is broken in current sources
List pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
> How are we on this?

It's fixed.

I've also run the regress tests with bufmgr.c hacked up to discard
pages (with forcible overwriting) as soon as their refcount goes to
zero.  That didn't disclose any similar bugs, although the coverage
of the tests leaves much to be desired :-(
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: heap_update is broken in current sources
Next
From: Tom Lane
Date:
Subject: Re: pg_dump return status..