Re: [HACKERS] lock failed and buffer leak

From: Peter T Mount <psqlhack(at)maidast(dot)demon(dot)co(dot)uk>
To: Claudiu Balciza <altex(at)decebal(dot)ro>
Cc: pgsql questions <pgsql-questions(at)hub(dot)org>, pgsql hackers <pgsql-hackers(at)hub(dot)org>
Subject: Re: [HACKERS] lock failed and buffer leak
Date: 1998-04-18 10:37:07
Message-ID: Pine.LNX.3.95.980418113451.7910B-100000@maidast.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 17 Apr 1998, SC Altex Impex SRL wrote:

> testing the (postgresql 6.3.1 included) jdbc ImageViewer example.
> It works. No errors.
> But in the pgsql log I fond these (actually many more):
> ----------------------------------------------------------------------------
> -----------
> Apr 17 10:08:02 digital logger: NOTICE: DateStyle is Postgres with US
> (NonEuropean) conventions

This one is caused by the driver finding out what datestyle is in use.
This is normal.

> Apr 17 10:08:07 digital logger: NOTICE: buffer leak [65] detected in
> BufferPoolCheckLeak()
> Apr 17 10:08:07 digital logger: NOTICE: LockRelease: locktable lookup
> failed, no lock
> Apr 17 10:08:07 digital logger: NOTICE: buffer leak [75] detected in
> BufferPoolCheckLeak()
> Apr 17 10:08:08 digital logger: NOTICE: LockRelease: locktable lookup
> failed, no lock
> Apr 17 10:08:47 digital logger: NOTICE: buffer leak [65] detected in
> BufferPoolCheckLeak()

These are caused by the large object api in the backend. I'm not sure
where these are caused by, but when I was fixing that part of the backend
(to get it working for JDBC), I couldn't see it.

[Hackers: any ideas?]

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter T Mount 1998-04-18 10:40:45 Re: [HACKERS] Proposal for async support in libpq
Previous Message Peter T Mount 1998-04-18 10:34:25 Re: [HACKERS] Proposal for async support in libpq