diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 6c7ca962f8..b66dc7fa30 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -440,25 +440,6 @@ - - - jit_deform_count bigint - - - Total number of tuple deform functions JIT-compiled by the statement - - - - - - jit_deform_time double precision - - - Total time spent by the statement on JIT-compiling tuple deform - functions, in milliseconds - - - jit_inlining_count bigint @@ -512,6 +493,25 @@ Total time spent by the statement on emitting code, in milliseconds + + + + jit_deform_count bigint + + + Total number of tuple deform functions JIT-compiled by the statement + + + + + + jit_deform_time double precision + + + Total time spent by the statement on JIT-compiling tuple deform + functions, in milliseconds + +