Re: Add 'worker_type' to pg_stat_subscription

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Maxim Orlov <orlovmg@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-13T17:54:49Z
Lists: pgsql-hackers
On Wed, Sep 13, 2023 at 09:59:04AM -0700, Nathan Bossart wrote:
> On Wed, Sep 13, 2023 at 05:06:28PM +0300, Maxim Orlov wrote:
>> So, should we mark this thread as RfC?
> 
> I've done so.  Barring additional feedback, I intend to commit this in the
> next few days.

Note to self: this needs a catversion bump.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



Commits

  1. Add worker type to pg_stat_subscription.

  2. Simplify determining logical replication worker types.