PG15 beta1 fix pg_stat_statements view document

Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>

From: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi.shinoda@hpe.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>, "magnus@hagander.net" <magnus@hagander.net>
Date: 2022-05-20T12:46:03Z
Lists: pgsql-hackers

Attachments

Hi hackers,

The attached patch modifies the pg_stat_statements view documentation updated in PostgreSQL 15 Beta 1.
The data type of the following columns in the pg_stat_statements view is bigint in the current document, 
but it is actually double precision.
	jit_generation_time
	jit_inlining_time
	jit_optimization_time
	jit_emission_time

Regards,
Noriyoshi Shinoda

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Fix description of the JIT time fields in pg_stat_statements