Re: proposal - queryid can be used as filter for auto_explain

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: proposal - queryid can be used as filter for auto_explain
Date: 2026-07-02 04:27:30
Message-ID: CAFj8pRCpcAX2ht1QhXXfDbB8f6yASgO71WGQ6WRpGEiOos4=aw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

čt 2. 7. 2026 v 0:09 odesílatel Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
napsal:

> + <varname>auto_explain.log_queryids</varname> allows to specify list
> of
> + query ID. Only plans with listed ID will be logged. When this
> parameter
> + is empty (default), the query ID is not used for filtering. This
> doesn't
>
> I would still improve this part a bit, ID is singular at both places
> but it should be plural IDs, and there's a double space at "this
> parameter".
>

fixed

>
> Other than these I have no more comments, the patch looks good to me.
>

thank you

Regards

Pavel

Attachment Content-Type Size
v20260702-5-0001-auto_explain.log_queryids.patch text/x-patch 9.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2026-07-02 04:43:32 Re: Prevent crash when calling pgstat functions with unregistered stats kind
Previous Message Amit Kapila 2026-07-02 04:26:16 Re: Fix race in ReplicationSlotRelease for ephemeral slots