Re: Expose JIT counters/timing in pg_stat_statements

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Magnus Hagander <magnus@hagander.net>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-28T16:00:05Z
Lists: pgsql-hackers
On 25.02.22 14:06, Magnus Hagander wrote:
> +    OUT jit_generation_time float8,
> +    OUT jit_inlining_time float8,
> +    OUT jit_optimization_time float8,
> +    OUT jit_emission_time float8

Perhaps those should be of type interval?



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add JIT counters to pg_stat_statements