Re: Issue with pg_stat_subscription_stats
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Amit Kapila <amit.kapila16@gmail.com>,
Melanie Plageman <melanieplageman@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2022-07-07T01:50:39Z
Lists: pgsql-hackers
On Thu, Jul 7, 2022 at 1:28 AM Andres Freund <andres@anarazel.de> wrote: > > On 2022-07-05 14:52:45 -0700, Andres Freund wrote: > > On 2022-07-04 11:01:01 +0900, Masahiko Sawada wrote: > > > I've attached the patch, fix_drop_subscriptions_stats.patch, to fix it. > > > > LGTM. Unless somebody sees a reason not to, I'm planning to commit that to 15 > > and HEAD. > > Pushed. Thanks! Regards, -- Masahiko Sawada EDB: https://www.enterprisedb.com/
Commits
-
Create subscription stats entry at CREATE SUBSCRIPTION time
- e0b014295906 16.0 landed
-
pgstat: drop subscription stats without slot as well, fix comment
- 7b64e4b3fa04 16.0 landed
-
pgstat: drop subscription stats regardless of slot, fix comment
- 596172260a6d 15.0 landed