From: | Lukas Fittl <lukas(at)fittl(dot)com> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de> |
Subject: | auto_explain: Include JIT output if applicable |
Date: | 2018-09-24 18:34:38 |
Message-ID: | CAP53PkzgSyoTCau0-5FNaM484B=uO8nLzma7L1ncWLb1=oVJQA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg윈 토토SQL : |
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,
Lukas
--
Lukas Fittl
Attachment | Content-Type | Size |
---|---|---|
auto_explain-include-jit-output-v1.patch | application/octet-stream | 1.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | legrand legrand | 2018-09-24 19:22:28 | Explain is slow with tables having many columns |
Previous Message | Andres Freund | 2018-09-24 18:29:34 | Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru |