Re: auto_explain: Include JIT output if applicable

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: auto_explain: Include JIT output if applicable
Дата
Msg-id 20180924204800.dp3uto5fxch2xyfo@alap3.anarazel.de
обсуждение исходный текст
Ответ на auto_explain: Include JIT output if applicable  (Lukas Fittl <lukas@fittl.com>)
Ответы Re: auto_explain: Include JIT output if applicable  (Lukas Fittl <lukas@fittl.com>)
Список pgsql-hackers
Hi,

On 2018-09-24 11:34:38 -0700, Lukas Fittl wrote:
> Hi,
> 
> Whilst playing around with auto_explain and JIT today, I realized that
> auto_explain currently doesn't output JIT information, which is rather
> unfortunate when analyzing a larger set of queries in a semi-automated
> manner.
> 
> Attached a trivial patch that fixes the issue and adds JIT information to
> auto_explain with the same logic as used for regular EXPLAIN.

Thanks for noticing - pushed!

It's pretty annoying that so much of this code is duplicated in
auto_explain. It'd be good if we refactored explain.c so that there's
less duplication. But that seems like it'd not be v11 work, so...

- Andres


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Collation versioning
Следующее
От: Sergei Kornilov
Дата:
Сообщение: Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru