Re: On-demand running query plans using auto_explain and signals - Mailing list pgsql-hackers

From Andres Freund
Subject Re: On-demand running query plans using auto_explain and signals
Date
Msg-id 20150829163603.GE31526@awork2.anarazel.de
Whole thread Raw
In response to Re: On-demand running query plans using auto_explain and signals  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: On-demand running query plans using auto_explain and signals  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 2015-08-29 18:27:59 +0200, Pavel Stehule wrote:
> 2015-08-29 18:25 GMT+02:00 Shulgin, Oleksandr <oleksandr.shulgin@zalando.de>
> > Good point.  There's still hope to set a flag and process it later on.
> > Will have to check if it's possible to stay in the scope of a loaded module
> > though.

> I had a workable prototype - and It was implemented very similar as
> handling CANCEL

Where did you put the handling of that kind of interrupt? Directly into
ProcessInterrupts()?

Andres



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Fwd: Core dump with nested CREATE TEMP TABLE
Next
From: YUriy Zhuravlev
Date:
Subject: Re: WIP: About CMake v2