Re: proposal - queryid can be used as filter for auto_explain - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: proposal - queryid can be used as filter for auto_explain
Date
Msg-id CAN4CZFMVG9wqGTLkNgUnor9A2awzy-GjeVYP_FC57pbwRfXgmg@mail.gmail.com
Whole thread
In response to Re: proposal - queryid can be used as filter for auto_explain  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal - queryid can be used as filter for auto_explain
List 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.



pgsql-hackers by date:

Previous
From: Zsolt Parragi
Date:
Subject: Re: SLOPE - Planner optimizations on monotonic expressions.
Next
From: Zsolt Parragi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements