Documentation update of wal_retrieve_retry_interval to mention table sync worker
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-25T14:37:26Z
Lists: pgsql-hackers
Attachments
- doc_update_wal_retrieve_retry_interval_config.patch (text/x-patch) patch
Hi, Currently, we restart the table synchronization worker after the duration specified by wal_retrieve_retry_interval following the last failure. While this behavior is documented for apply workers, it is not mentioned for table synchronization workers. I believe this detail should be included in the documentation for table synchronization workers as well. Attached is a patch to address this omission. Regards, Vignesh
Commits
-
Doc: Update the interaction of tablesync with wal_retrieve_retry_interval.
- 4a0e7314f11e 18.0 landed