pgsql: doc: Fix description of the JIT time fields in pg_stat_statement

Started by Michael Paquierabout 4 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/DM4PR84MB1734375E63148AADC6A1E6B4EED39@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d1436555f5ab33b1e4d458e9b2722e5eaf0548f6

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)