Re: Progress report: buffer refcount bugs and SQL functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Progress report: buffer refcount bugs and SQL functions
Date
Msg-id 9136.938049726@sss.pgh.pa.us
Whole thread Raw
In response to Progress report: buffer refcount bugs and SQL functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> What I have done so far is to rip out the buffer refcount save/restore
> support (including LastRefCount), change BufferIsValid to a simple
> validity check (so that you get an assert if you unpin something that
> was pinned), ...

er, make that "unpin something that *wasn't* pinned".
        regards, tom lane


pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Compile timing
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Progress report: buffer refcount bugs and SQL functions