Re: Track in pg_replication_slots the reason why slots conflict?
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: shveta malik <shveta.malik@gmail.com>
Cc: Isaac Morland <isaac.morland@gmail.com>,
Andres Freund <andres@anarazel.de>, Michael Paquier <michael@paquier.xyz>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>, Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Date: 2023-12-29T03:50:52Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Track conflict_reason in pg_replication_slots.
- 007693f2a3ac 17.0 landed
On Thu, Dec 28, 2023 at 2:58 PM shveta malik <shveta.malik@gmail.com> wrote: > > PFA the v2-patch with all your comments addressed. > Does anyone have a preference for a column name? The options on the table are conflict_cause, conflicting_cause, conflict_reason. Any others? I was checking docs for similar usage and found "pg_event_trigger_table_rewrite_reason" function, so based on that we can even go with conflict_reason. -- With Regards, Amit Kapila.