Hi, On Wed, Oct 08, 2025 at 05:05:21PM +0000, Masahiko Sawada wrote: > Add mem_exceeded_count column to pg_stat_replication_slots. > > This commit introduces a new column mem_exceeded_count to the > pg_stat_replication_slots view. This counter tracks how often the > memory used by logical decoding exceeds the logical_decoding_work_mem > limit. The new statistic helps users determine whether exceeding the > logical_decoding_work_mem limit is a rare occurrences or a frequent > issue, information that wasn't available through existing statistics. > > Bumps catversion. > > Author: Bertrand Drouvot <[email protected]> > Reviewed-by: Masahiko Sawada <[email protected]> > Reviewed-by: Amit Kapila <[email protected]> > Reviewed-by: shveta malik <[email protected]> > Reviewed-by: Ashutosh Bapat <[email protected]> > Reviewed-by: Chao Li <[email protected]> > Discussion: https://postgr.es/m/[email protected]
I just realized that the discussion mentioned above is not the right one. That should be: https://postgr.es/m/aK6zNcmb%2BPpySFvG%40ip-10-97-1-34.eu-west-3.compute.internal Reporting that here so that the link is not lost. Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
