pgsql: Enhance slot synchronization API to respect promotion signal.
| От | Amit Kapila |
|---|---|
| Тема | pgsql: Enhance slot synchronization API to respect promotion signal. |
| Дата | |
| Msg-id | E1vTXpb-0005JI-2z@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Enhance slot synchronization API to respect promotion signal. Previously, during a promotion, only the slot synchronization worker was signaled to shut down. The backend executing slot synchronization via the pg_sync_replication_slots() SQL function was not signaled, allowing it to complete its synchronization cycle before exiting. An upcoming patch improves pg_sync_replication_slots() to wait until replication slots are fully persisted before finishing. This behaviour requires the backend to exit promptly if a promotion occurs. This patch ensures that, during promotion, a signal is also sent to the backend running pg_sync_replication_slots(), allowing it to be interrupted and exit immediately. Author: Ajin Cherian <itsajin@gmail.com> Reviewed-by: Shveta Malik <shveta.malik@gmail.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/CAFPTHDZAA%2BgWDntpa5ucqKKba41%3DtXmoXqN3q4rpjO9cdxgQrw%40mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1362bc33e025fd2848ff38558f5672e2f0f0c7de Modified Files -------------- src/backend/replication/logical/slotsync.c | 157 ++++++++++++++++++----------- 1 file changed, 99 insertions(+), 58 deletions(-)
В списке pgsql-committers по дате отправления: