]> granicus.if.org Git - postgresql/commit
Add EXPLAIN support for JIT.
authorAndres Freund <andres@anarazel.de>
Wed, 28 Mar 2018 20:26:51 +0000 (13:26 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 28 Mar 2018 20:26:51 +0000 (13:26 -0700)
commit1f0c6a9e7dca70ba7d2c949e42298d764ca457c0
treeaf2beee3d82d023bfdc31527d98f109ba42d13d5
parent9370462e9a79755aea367c62eb0fef96f0c42258
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
src/backend/commands/explain.c
src/include/commands/explain.h