File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 413
413
414
414
<row>
415
415
<entry role="catalog_table_entry"><para role="column_definition">
416
- <structfield>jit_generation_time</structfield> <type>bigint </type>
416
+ <structfield>jit_generation_time</structfield> <type>double precision </type>
417
417
</para>
418
418
<para>
419
419
Total time spent by the statement on generating JIT code, in milliseconds
431
431
432
432
<row>
433
433
<entry role="catalog_table_entry"><para role="column_definition">
434
- <structfield>jit_inlining_time</structfield> <type>bigint </type>
434
+ <structfield>jit_inlining_time</structfield> <type>double precision </type>
435
435
</para>
436
436
<para>
437
437
Total time spent by the statement on inlining functions, in milliseconds
449
449
450
450
<row>
451
451
<entry role="catalog_table_entry"><para role="column_definition">
452
- <structfield>jit_optimization_time</structfield> <type>bigint </type>
452
+ <structfield>jit_optimization_time</structfield> <type>double precision </type>
453
453
</para>
454
454
<para>
455
455
Total time spent by the statement on optimizing, in milliseconds
467
467
468
468
<row>
469
469
<entry role="catalog_table_entry"><para role="column_definition">
470
- <structfield>jit_emission_time</structfield> <type>bigint </type>
470
+ <structfield>jit_emission_time</structfield> <type>double precision </type>
471
471
</para>
472
472
<para>
473
473
Total time spent by the statement on emitting code, in milliseconds
You can’t perform that action at this time.
0 commit comments