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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of the JIT time fields in pg_stat_statement
Date: 2022-05-21 08:59:09
Message-ID: E1nsKx3-000PnV-6N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-05-21 10:07:21 pgsql: doc: Mention pg_read_all_stats in description of track_activitie
Previous Message Michael Paquier 2022-05-21 03:02:43 pgsql: Improve and fix some issues in the TAP tests of pg_upgrade