Re: Advisory locks seem rather broken - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Advisory locks seem rather broken
Date
Msg-id 15268.1336079919@sss.pgh.pa.us
Whole thread Raw
In response to Re: Advisory locks seem rather broken  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Advisory locks seem rather broken
List pgsql-hackers
... btw, it appears to me that the "fast path" patch has broken things
rather badly in LockReleaseAll.  AFAICS it's not honoring either the
lockmethodid restriction nor the allLocks restriction with respect to
fastpath locks.  Perhaps user locks and session locks are never taken
fast path, but still it would be better to be making those checks
further up, no?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Advisory locks seem rather broken
Next
From: Alvaro Herrera
Date:
Subject: Re: CLOG extension