Re: Expose JIT counters/timing in pg_stat_statements - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Expose JIT counters/timing in pg_stat_statements
Date
Msg-id be49501d-71cc-5ceb-a60f-0d47f63ca3d6@enterprisedb.com
Whole thread Raw
In response to Expose JIT counters/timing in pg_stat_statements  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Expose JIT counters/timing in pg_stat_statements  (Julien Rouhaud <rjuju123@gmail.com>)
List 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?



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Use "WAL segment" instead of "log segment" consistently in user-facing messages
Next
From: Peter Eisentraut
Date:
Subject: Re: Readd use of TAP subtests