Re: Add memory_limit_hits to pg_stat_replication_slots - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: Add memory_limit_hits to pg_stat_replication_slots
Date
Msg-id aN9FjFgroerXZcW8@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to Re: Add memory_limit_hits to pg_stat_replication_slots  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
Hi,

On Thu, Oct 02, 2025 at 04:39:40PM -0700, Masahiko Sawada wrote:
> On Thu, Sep 25, 2025 at 10:26 PM Bertrand Drouvot
> <bertranddrouvot.pg@gmail.com> wrote:
> >
> Agreed. It would be better to show a raw statistic so that users can
> use the number as they want.
> 
> I've made a small comment change

Thanks!

Comparing v5 and v6:

-       /* Number of times logical_decoding_work_mem has been reached */
+       /* Number of times the logical_decoding_work_mem limit has been reached */

LGTM.

> and added the commit message to the
> v5 patch. I'm going to push the attached patch barring any objection
> or review comments.

The commit message LGTM.

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Eager aggregation, take 3
Next
From: Chao Li
Date:
Subject: Re: GB18030-2022 Support in PostgreSQL