<row>
<entry role="catalog_table_entry"><para role="column_definition">
- <structfield>jit_generation_time</structfield> <type>bigint</type>
+ <structfield>jit_generation_time</structfield> <type>double precision</type>
</para>
<para>
Total time spent by the statement on generating JIT code, in milliseconds
<row>
<entry role="catalog_table_entry"><para role="column_definition">
- <structfield>jit_inlining_time</structfield> <type>bigint</type>
+ <structfield>jit_inlining_time</structfield> <type>double precision</type>
</para>
<para>
Total time spent by the statement on inlining functions, in milliseconds
<row>
<entry role="catalog_table_entry"><para role="column_definition">
- <structfield>jit_optimization_time</structfield> <type>bigint</type>
+ <structfield>jit_optimization_time</structfield> <type>double precision</type>
</para>
<para>
Total time spent by the statement on optimizing, in milliseconds
<row>
<entry role="catalog_table_entry"><para role="column_definition">
- <structfield>jit_emission_time</structfield> <type>bigint</type>
+ <structfield>jit_emission_time</structfield> <type>double precision</type>
</para>
<para>
Total time spent by the statement on emitting code, in milliseconds