Add EXPLAIN support for JIT.

Andres Freund <andres@anarazel.de>

Commit: 1f0c6a9e7dca70ba7d2c949e42298d764ca457c0
Author: Andres Freund <andres@anarazel.de>
Date: 2018-03-28T20:26:51Z
Releases: 11.0
Add EXPLAIN support for JIT.

This just shows a few details about JITing, e.g. how many functions
have been JITed, and how long that took.  To avoid noise in regression
tests with functions sometimes being JITed in --with-llvm builds,
disable display when COSTS OFF is specified.

Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de

Files

PathChange+/−
src/backend/commands/explain.c modified +59 −0
src/include/commands/explain.h modified +2 −0

Discussion