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

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: proposal - queryid can be used as filter for auto_explain
Date: 2026-07-01 22:08:54
Message-ID: CAN4CZFMVG9wqGTLkNgUnor9A2awzy-GjeVYP_FC57pbwRfXgmg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

+ <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".

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-07-01 22:19:51 Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Previous Message Zsolt Parragi 2026-07-01 22:00:48 Re: SLOPE - Planner optimizations on monotonic expressions.