jit and explain nontext

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема jit and explain nontext
Дата
Msg-id 20201014193859.GS9241@telsasoft.com
обсуждение исходный текст
Ответы Re: jit and explain nontext  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
        /* don't print information if no JITing happened */
        if (!ji || ji->created_functions == 0)
                return;

This applies even when (es->format != EXPLAIN_FORMAT_TEXT), which I think is
wrong.  Jit use can be determined by cost, so I think jit details should be
shown in non-text format whenever ji!=NULL, even if it's zeros.  Arguably, bits
could be omitted if jit_expressions=off or jit_tuple_deforming=off, but I don't
see the point.

-- 
Justin



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: kevent latch paths don't handle postmaster death well
Следующее
От: Tom Lane
Дата:
Сообщение: Re: kevent latch paths don't handle postmaster death well