Re: lock timeout patch - Mailing list pgsql-hackers

From Bruno Wolff III
Subject Re: lock timeout patch
Date
Msg-id 20040629133715.GB28041@wolff.to
Whole thread Raw
In response to Re: lock timeout patch  (Satoshi Nagayasu <nagayasus@nttdata.co.jp>)
List pgsql-hackers
On Tue, Jun 29, 2004 at 09:25:27 +0900, Satoshi Nagayasu <nagayasus@nttdata.co.jp> wrote:
> 
> But I don't want to wait one or more minutes just for a lock.
> I need to return a message to the user "retry later." or
> something like that. It depends on various applications.

Why not set statement timeout low when you are about to run a query
that you think should return quickly?


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: recursive SQL
Next
From: Tom Lane
Date:
Subject: Re: client_min_messages in dumps?