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

From Julien Rouhaud
Subject Re: Expose JIT counters/timing in pg_stat_statements
Date
Msg-id 20220228162449.cxmr3pinx3b4bu4r@jrouhaud
Whole thread Raw
In response to Re: Expose JIT counters/timing in pg_stat_statements  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
On Mon, Feb 28, 2022 at 05:00:05PM +0100, Peter Eisentraut wrote:
> 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?

The rest of the "time" fields are declared as float8, so I think it's better to
keep things consistent.  And changing the type of existing fields, even in a
major version, seems like a bit too much trouble.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Readd use of TAP subtests
Next
From: Greg Stark
Date:
Subject: CommitFest begins tomorrow... Get your patches in