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

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

  1. Doc: Update the interaction of tablesync with wal_retrieve_retry_interval.