Re: On-demand running query plans using auto_explain and signals

From: "Shulgin, Oleksandr" <oleksandr(dot)shulgin(at)zalando(dot)de>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Greg Stark <stark(at)mit(dot)edu>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: On-demand running query plans using auto_explain and signals
Date: 2015-09-02 13:07:35
Message-ID: CACACo5R8BN+=q8r+Bz8Bm6072HiiFbbTrWeRyHzJXLnZ8W+3yQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 2, 2015 at 3:04 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
wrote:
>
>
>> Well, maybe I'm missing something, but sh_mq_create() will just overwrite
>> the contents of the struct, so it doesn't care about sender/receiver: only
>> sh_mq_set_sender/receiver() do.
>>
>
> if you create sh_mq from scratch, then you can reuse structure.
>

That was my plan. I'm now close to actually compiling this stuff, we'll
see if it works in the simplest case at least. :-)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-09-02 13:08:39 Re: [POC] FETCH limited by bytes.
Previous Message Pavel Stehule 2015-09-02 13:04:28 Re: On-demand running query plans using auto_explain and signals