Re: [RFC] Add jit deform_counter
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Nazir Bilal Yavuz <byavuz81@gmail.com>
Cc: Dmitry Dolgov <9erthalion6@gmail.com>,
David Rowley <dgrowleyml@gmail.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-13T12:20:52Z
Lists: pgsql-hackers
> On 12 Oct 2023, at 15:40, Daniel Gustafsson <daniel@yesql.se> wrote: >> On 12 Oct 2023, at 15:37, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote: >> I realized that pg_stat_statements is bumped to 1.11 with this patch >> but oldextversions test is not updated. So, I attached a patch for >> updating oldextversions. > > Thanks for the patch, that was an oversight in the original commit for this. > From a quick look it seems correct, I'll have another look later today and will > then apply it. Applied, thanks! -- Daniel Gustafsson
Commits
-
Update oldextversions test for pg_stat_statements 1.11
- c5a032e518ac 17.0 landed
-
Add JIT deform_counter
- 5a3423ad8ee1 17.0 landed