pgsql: doc: Fix description of the JIT time fields in pg_stat_statement - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix description of the JIT time fields in pg_stat_statement
Date
Msg-id E1nsKx3-000PnV-6N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve and fix some issues in the TAP tests of pg_upgrade
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention pg_read_all_stats in description of track_activitie