pgsql: auto_explain: Include JIT information if applicable.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: auto_explain: Include JIT information if applicable.
Date: 2018-09-24 20:45:53
Message-ID: E1g4Xjt-00034n-Bc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_11_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Sergei Kornilov 2018-09-24 20:55:41 Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru
Previous Message Andres Freund 2018-09-24 20:45:51 pgsql: auto_explain: Include JIT information if applicable.