Re: Track in pg_replication_slots the reason why slots conflict? - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: Track in pg_replication_slots the reason why slots conflict?
Date
Msg-id ZYqTuNUANEVpdF55@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to Re: Track in pg_replication_slots the reason why slots conflict?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi,

On Tue, Dec 26, 2023 at 05:23:56PM +0900, Michael Paquier wrote:
> On Tue, Dec 26, 2023 at 08:44:44AM +0530, Amit Kapila wrote:
> > Does anyone else have a preference on whether to change the existing
> > column or add a new one?
> 
> Just to be clear here, I'd vote for replacing the existing boolean
> with a text.

Same here, I'd vote to avoid 2 columns having the same "meaning".

Regards,

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



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: ywgrit
Date:
Subject: Re: planner chooses incremental but not the best one