From: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
---|---|
To: | "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi(dot)shinoda(at)hpe(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "magnus(at)hagander(dot)net" <magnus(at)hagander(dot)net> |
Subject: | Re: PG15 beta1 fix pg_stat_statements view document |
Date: | 2022-05-20 23:04:29 |
Message-ID: | 20220520230429.GA877934@nathanxps13 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, May 20, 2022 at 12:46:03PM +0000, Shinoda, Noriyoshi (PN Japan FSIP) wrote:
> 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
I think there is a typo in the change to the jit_optimization_time section,
but otherwise it looks good to me.
--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2022-05-20 23:08:37 | Re: docs: mention "pg_read_all_stats" in "track_activities" description |
Previous Message | Nathan Bossart | 2022-05-20 22:56:19 | allow building trusted languages without the untrusted versions |