pgsql: auto_explain: Include JIT information if applicable.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: auto_explain: Include JIT information if applicable.
Дата
Msg-id E1g4Xjr-00034H-CK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
auto_explain: Include JIT information if applicable.

Due to my (Andres') omission auto_explain did not include information
about JIT compilation. Fix that.

Author: Lukas Fittl
Discussion:
https://postgr.es/m/CAP53PkzgSyoTCau0-5FNaM484B=uO8nLzma7L1ncWLb1=oVJQA@mail.gmail.com
Backpatch: 11-, where JIT compilation was introduced

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b076eb7669d7279d0f446305c2e12dffd6bc3347

Modified Files
--------------
contrib/auto_explain/auto_explain.c | 4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fast default trigger and expand_tuple fixes
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Make EXPLAIN output for JIT compilation more dense.