Re: WIP: new system catalog pg_wait_event
Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
From: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Masahiro Ikeda <ikedamsh@oss.nttdata.com>,
Kyotaro Horiguchi <horikyota.ntt@gmail.com>, tgl@sss.pgh.pa.us,
pgsql-hackers@lists.postgresql.org
Date: 2023-08-19T09:35:01Z
Lists: pgsql-hackers
Attachments
- v9-0001-Add-catalog-pg_wait_events.patch (text/plain) patch v9-0001
Hi, On 8/18/23 12:31 PM, Michael Paquier wrote: > On Fri, Aug 18, 2023 at 10:56:55AM +0200, Drouvot, Bertrand wrote: >> Okay, using the plural form in v8 attached. > > Noting in passing: > - Here is an example of how wait events can be viewed: > + Here is are examples of how wait events can be viewed: > s/is are/are/. Thanks! Please find attached v9 fixing this typo. Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
doc: Improve example query related to pg_wait_events
- befe9451fbf5 17.0 landed
-
Add system view pg_wait_events
- 1e68e43d3f0f 17.0 landed