Re: Progress report: buffer refcount bugs and SQL functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Progress report: buffer refcount bugs and SQL functions
Date: 1999-09-23 01:22:06
Message-ID: 9136.938049726@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-09-23 02:17:37 Another RI question
Previous Message Jan Wieck 1999-09-23 01:19:39 Re: [HACKERS] Progress report: buffer refcount bugs and SQL functions