PG15 beta1 fix pg_stat_statements view document

From: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi(dot)shinoda(at)hpe(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "magnus(at)hagander(dot)net" <magnus(at)hagander(dot)net>
Subject: PG15 beta1 fix pg_stat_statements view document
Date: 2022-05-20 12:46:03
Message-ID: DM4PR84MB1734375E63148AADC6A1E6B4EED39@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
pg_stat_statements_doc_v1.diff application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Borisov 2022-05-20 13:46:38 Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Previous Message Tomas Vondra 2022-05-20 12:31:05 Re: [RFC] Improving multi-column filter cardinality estimation using MCVs and HyperLogLog