Re: WIP: new system catalog pg_wait_event
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, tgl@sss.pgh.pa.us, pgsql-hackers@lists.postgresql.org
Date: 2023-08-16T06:22:41Z
Lists: pgsql-hackers
On Wed, Aug 16, 2023 at 07:04:53AM +0200, Drouvot, Bertrand wrote: > I'd prefer the singular form. There is a lot of places where it's already used > (pg_database, pg_user, pg_namespace...to name a few) and it looks like that using > the plural form are exceptions. Okay, fine by me. Also, I would remove the "wait_event_" prefixes to the field names for the attribute names. > Yeah, now that af720b4c50 is done, I'll add the custom wait events handling > in v6. Thanks. I guess that the hash tables had better remain local to wait_event.c. -- Michael
Commits
-
doc: Improve example query related to pg_wait_events
- befe9451fbf5 17.0 landed
-
Add system view pg_wait_events
- 1e68e43d3f0f 17.0 landed