RE: 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: Michael Paquier <michael@paquier.xyz>,
Nathan Bossart <nathandbossart@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>,
"magnus@hagander.net" <magnus@hagander.net>
Date: 2022-05-21T03:36:10Z
Lists: pgsql-hackers
Attachments
- pg_stat_statements_doc_v2.diff (application/octet-stream) patch v2
Hi, Thank you for your comment. I attached the fixed patch. -----Original Message----- From: Michael Paquier <michael@paquier.xyz> Sent: Saturday, May 21, 2022 12:33 PM To: Nathan Bossart <nathandbossart@gmail.com> Cc: Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.com>; PostgreSQL-development <pgsql-hackers@postgresql.org>; magnus@hagander.net Subject: Re: PG15 beta1 fix pg_stat_statements view document On Fri, May 20, 2022 at 04:04:29PM -0700, Nathan Bossart wrote: > I think there is a typo in the change to the jit_optimization_time > section, but otherwise it looks good to me. Yes, as of "double precisiodouble precision". All these four fields are indeed doubles in the code, for what looks like a copy-pasto from 57d6aea. Will fix. -- Michael
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix description of the JIT time fields in pg_stat_statements
- d1436555f5ab 15.0 landed