Re: refcount leak warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: refcount leak warnings
Дата
Msg-id 12973.1151417558@sss.pgh.pa.us
обсуждение исходный текст
Ответ на refcount leak warnings  (Thomas Hallgren <thomas@tada.se>)
Список 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 по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: refcount leak warnings
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: vacuum, performance, and MVCC