Re: Design of pg_stat_subscription_workers vs pgstats
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@anarazel.de>,
Masahiko Sawada <sawada.mshk@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-02-16T08:50:10Z
Lists: pgsql-hackers
On Wed, Feb 16, 2022 at 12:01 AM Robert Haas <robertmhaas@gmail.com> wrote: > > On Thu, Jan 27, 2022 at 12:46 AM Andres Freund <andres@anarazel.de> wrote: > > Only if either the user wants to drop all stats, or somehow knows the oids of > > already dropped tables... > > If it's really true that we can end up storing data for dropped > objects, I think that's not acceptable and needs to be fixed. > Agreed. -- 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