doc: Fix description of the JIT time fields in pg_stat_statements

Michael Paquier <michael@paquier.xyz>

Commit: d1436555f5ab33b1e4d458e9b2722e5eaf0548f6
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-05-21T08:57:23Z
Releases: 15.0
doc: Fix description of the JIT time fields in pg_stat_statements

The four fields tracking the time spent by queries for JIT operations
added in 57d6aea were listed as having bigint as data type, but these
are of type double precision.

Author: Noriyoshi Shinoda
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/DM4PR84MB1734375E63148AADC6A1E6B4EED39@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

Files

PathChange+/−
doc/src/sgml/pgstatstatements.sgml modified +4 −4

Documentation touched

Discussion