so 25. 7. 2020 v 14:04 odesílatel Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
napsal:
> > On Jul 24, 2020, at 9:55 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> wrote:
> >
> > SELECT * FROM pg_config;
>
> That doesn't tell me whether or not it can actually be used.
>
It shows if Postgres was compiled with JIT support.
When you run EXPLAIN ANALYZE SELECT ... then you can see info about JIT
overhead. If you don't see notices about JIT in EXPLAIN, then JIT was not
used.
Pavel