[RFC] Add jit deform_counter

Dmitry Dolgov <9erthalion6@gmail.com>

From: Dmitry Dolgov <9erthalion6@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-06-12T09:12:53Z
Lists: pgsql-hackers

Attachments

Hi,

I've noticed that JIT performance counter generation_counter seems to include
actions, relevant for both jit_expressions and jit_tuple_deforming options. It
means one can't directly see what is the influence of jit_tuple_deforming
alone, which would be helpful when adjusting JIT options. To make it better a
new counter can be introduced, does it make sense?

Commits

  1. Update oldextversions test for pg_stat_statements 1.11

  2. Add JIT deform_counter