]> granicus.if.org Git - postgresql/commit
Make EXPLAIN output for JIT compilation more dense.
authorAndres Freund <andres@anarazel.de>
Mon, 24 Sep 2018 20:27:08 +0000 (13:27 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 24 Sep 2018 20:35:46 +0000 (13:35 -0700)
commit6859bd2632d80e21d25830ac60bbb48bf12f6d46
treec815c3f63bb0dd30c8ac27d2ab1ea0f8f2108820
parent9625ab79245b5b91162ede9d1b4d8b4be823c21c
Make EXPLAIN output for JIT compilation more dense.

A discussion about also reporting JIT compilation overhead on workers
brought unhappiness with the verbosity of the current explain format
to light.  Make the text format more dense, and restructure the
structured output to mirror that more closely.

As we're re-jiggering the output format anyway: The denser format
allows us to report all flags for JIT compilation (now also reporting
PGJIT_EXPR and PGJIT_DEFORM), and report the total time in addition to
the individual times.

Per complaint from Tom Lane.

Author: Andres Freund
Discussion: https://postgr.es/m/27812.1537221015@sss.pgh.pa.us
Backpatch: 11-, where JIT compilation was introduced
src/backend/commands/explain.c