Re: Design of pg_stat_subscription_workers vs pgstats
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>,
Andres Freund <andres@anarazel.de>, "David G. Johnston" <david.g.johnston@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-02-26T02:54:07Z
Lists: pgsql-hackers
On Fri, Feb 25, 2022 at 7:26 AM Peter Smith <smithpb2250@gmail.com> wrote: > > Below are my review comments for the v3 patch. > ... > 2. doc/src/sgml/monitoring.sgml > > + <entry><structname>pg_stat_subscription_activity</structname><indexterm><primary>pg_stat_subscription_activity</primary></indexterm></entry> > + <entry>One row per subscription, showing statistics about subscription > + activity. > + See <link linkend="monitoring-pg-stat-subscription-activity"> > + <structname>pg_stat_subscription_activity</structname></link> > for details. > </entry> > </row> > > Currently these stats are only about errors. These are not really > statistics about "activity" though. Probably it is better just to > avoid that word altogether? > > SUGGESTIONS > > e.g.1. "One row per subscription, showing statistics about > subscription activity." --> "One row per subscription, showing > statistics about errors." > I preferred this one and made another change suggested by you in the latest version posted by me. Thanks! -- With Regards, Amit Kapila.
Commits
-
Reconsider pg_stat_subscription_workers view.
- 7a8507329085 15.0 landed
-
Add a view to show the stats of subscription workers.
- 8d74fc96db5f 15.0 cited