Re: Design of pg_stat_subscription_workers vs pgstats
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Euler Taveira <euler@eulerto.com>
Cc: Greg Stark <stark@mit.edu>, pgsql-hackers <pgsql-hackers@postgresql.org>, Masahiko Sawada <sawada.mshk@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2022-03-03T02:21:06Z
Lists: pgsql-hackers
Hi, On 2022-02-25 11:32:24 -0800, Andres Freund wrote: > On 2022-02-25 16:25:01 -0300, Euler Taveira wrote: > > On Fri, Feb 25, 2022, at 11:52 AM, Greg Stark wrote: > > > On Tue, 25 Jan 2022 at 01:32, Andres Freund <andres@anarazel.de> wrote: > > > > > > > > Hi, > > > > > > > > I was looking the shared memory stats patch again. > > > > > > Can you point me to this thread? I looked for it but couldn't find it. > > > https://postgr.es/m/20180629.173418.190173462.horiguchi.kyotaro@lab.ntt.co.jp > > I'll post a rebased version as soon as this is resolved... I have a local one, > but it just works by nuking a bunch of tests / #ifdefing out code related to > this. Now that the pg_stat_subscription_workers changes have been committed, I've posted a rebased version to the above thread. Greetings, Andres Freund
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