Re: [HACKERS] Re: [PATCHES] Lock - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Re: [PATCHES] Lock
Date
Msg-id 17780.945659586@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: [PATCHES] Lock  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
>> That's what I suspected. But of course LockRelation() doesn't return
>> anything based on whether it succeeded, it just hangs, so it'll take a
>> little more work. Next year ...

I think this would actually have to be implemented inside the lock
manager in order to make it work right.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] NOTICE: LockRelease: locktable lookup failed, no lock
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: initdb.sh fixed