Re: Statement timeout behavior in extended queries - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Statement timeout behavior in extended queries
Date
Msg-id 20170403182549.h4knazcvliaa5tkg@alap3.anarazel.de
Whole thread Raw
In response to Re: Statement timeout behavior in extended queries  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List pgsql-hackers
On 2017-04-03 23:31:59 +0900, Tatsuo Ishii wrote:
> > That seems like it could represent quite a lot of added overhead,
> > on machines where gettimeofday() is slow ... which is still a lot
> > of them, unfortunately.
> 
> Maybe. I think we could eliminate restarting the timer for parse and
> bind.

I've moved this patch to the next CF - it's been submitted fairly late
in the v10 cycle and there's obviously design work ongoing.

- Andres



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] few fts functions for jsonb
Next
From: Andres Freund
Date:
Subject: Re: [PATCH v.7] Move all am-related reloption code intosrc/backend/access/[am-name] and get rid of relopt_kind for custom AM