Re: Record queryid when auto_explain.log_verbose is on - Mailing list pgsql-hackers

From torikoshia
Subject Re: Record queryid when auto_explain.log_verbose is on
Date
Msg-id 6af4aec42d2b5bf9be63453a0e0caf74@oss.nttdata.com
Whole thread Raw
In response to Re: Record queryid when auto_explain.log_verbose is on  ("Imseih (AWS), Sami" <simseih@amazon.com>)
Responses Re: Record queryid when auto_explain.log_verbose is on  ("Imseih (AWS), Sami" <simseih@amazon.com>)
List pgsql-hackers
On 2023-03-07 08:50, Imseih (AWS), Sami wrote:
> I am wondering if this patch should be backpatched?
> 
> The reason being is in auto_explain documentation [1],
> there is a claim of equivalence of the auto_explain.log_verbose
> option and EXPLAIN(verbose)
> 
> "..... it's equivalent to the VERBOSE option of EXPLAIN."
> 
> This can be quite confusing for users of the extension.
> The documentation should either be updated or a backpatch
> all the way down to 14, which the version the query identifier
> was moved to core. I am in favor of the latter.
> 
> Any thoughts?

We discussed a bit whether to backpatch this, but agreed that it would 
be better not to do so for the following reasons:

> It's a bit annoying that the info is missing since pg 14, but we 
> probably can't
> backpatch this as it might break log parser tools.

What do you think?

-- 
Regards,

--
Atsushi Torikoshi
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Add pg_walinspect function with block info columns
Next
From: Thomas Munro
Date:
Subject: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?