Re: Bug in new buffer freelist code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Bug in new buffer freelist code
Date: 2003-12-24 05:16:58
Message-ID: 12534.1072243018@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jan Wieck <JanWieck(at)Yahoo(dot)com> writes:
> Yeah, looks like ... but I actually want to have a clean reproduction of
> the error before I attempt to fix it.

Well, I can tell you that just running "make check" over and over isn't
a real efficient way to reproduce the problem. It might work to do
something like stopping a FlushRelationBuffers call in its tracks with
the debugger, meanwhile accessing the same rel with another backend.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-12-24 12:51:07 CATALOG/NOCATALOG for new users
Previous Message Bruno Wolff III 2003-12-24 03:19:33 Re: Permissions and PGSQL