Re: refcount leak warnings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: refcount leak warnings
Date
Msg-id 12973.1151417558@sss.pgh.pa.us
Whole thread Raw
In response to refcount leak warnings  (Thomas Hallgren <thomas@tada.se>)
List pgsql-hackers
Thomas Hallgren <thomas@tada.se> writes:
> I have a PL/Java user that performs some lengthy operations. Eventually, 
> he get warnings like:

> WARNING: buffer refcount leak: [779] (rel=1663/16440/52989, blockNum=3, 
> flags=0x27, refcount=1 2)

Look for ReadBuffer calls not matched by ReleaseBuffer.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: refcount leak warnings
Next
From: Martijn van Oosterhout
Date:
Subject: Re: vacuum, performance, and MVCC