Re: promotion related handling in pg_sync_replication_slots()
shveta malik <shveta.malik@gmail.com>
From: shveta malik <shveta.malik@gmail.com>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>
Date: 2024-04-16T08:22:39Z
Lists: pgsql-hackers
Attachments
- v6-0001-Handle-stopSignaled-during-sync-function-call.patch (application/octet-stream) patch v6-0001
On Tue, Apr 16, 2024 at 12:03 PM Bertrand Drouvot <bertranddrouvot.pg@gmail.com> wrote: > > > I think for now let's restrict their usage in parallel and make the > > promotion behavior consistent both for worker and API. > > Okay, let's do it that way. Is it worth to add a few words in the doc related to > pg_sync_replication_slots() though? (to mention it can not be used if the sync > slot worker is running). +1. Please find v6 having the suggested doc changes. thanks Shveta
Commits
-
Post-commit review fixes for slot synchronization.
- db08e8c6fa89 17.0 landed
-
Allow synced slots to have their inactive_since.
- 6f132ed693b6 17.0 cited