Re: NOWAIT doesn't work - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: NOWAIT doesn't work
Date
Msg-id CAFj8pRBt381+2dBG3+q27QjZYSuE_vcWRxG1ne8L856KAL=K9Q@mail.gmail.com
Whole thread Raw
In response to NOWAIT doesn't work  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: NOWAIT doesn't work  (Szymon Guz <mabewlun@gmail.com>)
List pgsql-hackers
tested on 9.3

Pavel

2012/10/31 Pavel Stehule <pavel.stehule@gmail.com>:
> Hello
>
> it is expected behave?
>
> 1.session
>
> postgres=# begin;
> BEGIN
> postgres=# lock oo IN ACCESS EXCLUSIVE MODE;
> LOCK TABLE
>
> 2. session
>
> postgres=# select * from oo for update nowait;
>
> hangs forever ....
>
> Regards
>
> Pavel Stehule



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: NOWAIT doesn't work
Next
From: Andres Freund
Date:
Subject: Re: NOWAIT doesn't work