Re: Error in backend/storage/lmgr/proc.c: ProcSleep()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tomasz Zielonka <tomek(at)mult(dot)i(dot)pl>
Cc: PostgreSQL bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Error in backend/storage/lmgr/proc.c: ProcSleep()
Date: 2001-09-03 23:56:08
Message-ID: 12182.999561368@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tomasz Zielonka <tomek(at)mult(dot)i(dot)pl> writes:
> Platform: PostgreSQL 7.1.3, Linux 2.4.8, egcs 2.91.66
> PostgreSQL forgets to release lock until shutdown in this scenario:

This seems to be a real bug, but I don't like your proposed fix...
the problem evidently is that some lock structure is not being cleaned
up, and I don't see how this change relates to that.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2001-09-04 00:08:53 Re: Odp: PD: triggered data change violation on relation
Previous Message Tom Lane 2001-09-03 22:55:55 Re: Odp: PD: triggered data change violation on relation "tbl_b"