Re: [RFC] Add jit deform_counter
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Dmitry Dolgov <9erthalion6@gmail.com>
Cc: David Rowley <dgrowleyml@gmail.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-05T14:37:20Z
Lists: pgsql-hackers
> On 14 Aug 2023, at 16:36, Dmitry Dolgov <9erthalion6@gmail.com> wrote:
> And here is it. The json version of EXPLAIN now looks like this:
>
> "JIT": {
> [...]
> "Timing": {
> "Generation": {
> "Deform": 0.000,
> "Total": 0.205
> },
> "Inlining": 0.065,
> "Optimization": 2.465,
> "Emission": 2.337,
> "Total": 5.072
> }
> },
I've gone over this version of the patch and I think it's ready to go in. I'm
marking this Ready for Committer and will go ahead with it shortly barring any
objections.
--
Daniel Gustafsson
Commits
-
Update oldextversions test for pg_stat_statements 1.11
- c5a032e518ac 17.0 landed
-
Add JIT deform_counter
- 5a3423ad8ee1 17.0 landed