> Is anyone else doing AoC in postgres this year?
> https://adventofcode.com/2025/day/8
I am doing it, or at least chipping away a little but on the weekends. This
last weekend I got up to day 9. Most days I can solve with a single SQL
statement. Day 8 was not one of those, so I fell back to plpgs
On 12/15/25 03:58, Ahmed Et-tanany wrote:
Hello PostgreSQL community,
We have an issue related to `max_replication_slots` that I am not sure
would qualify as a bug,
so I thought I would ask here first.
Our problem is that when our customers use up all available replication
slots for logical
On Mon, 2025-12-15 at 12:58 +0100, Ahmed Et-tanany wrote:
> Our problem is that when our customers use up all available replication slots
> for logical replication,
> our database management tasks that also require a slot fail (for example,
> creating the required
> replication slot for a new phy
Hello PostgreSQL community,
We have an issue related to `max_replication_slots` that I am not sure
would qualify as a bug,
so I thought I would ask here first.
Our problem is that when our customers use up all available replication
slots for logical replication,
our database management tasks that