Documentation update of wal_retrieve_retry_interval to mention table sync worker

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Documentation update of wal_retrieve_retry_interval to mention table sync worker
Date: 2024-12-25 14:37:26
Message-ID: CALDaNm3RxGcD4cDAV5Q0_A4n06F3+AAMpxiyND9Zn0dB86hFmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
doc_update_wal_retrieve_retry_interval_config.patch text/x-patch 583 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michail Nikolaev 2024-12-25 15:14:00 Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
Previous Message Nazir Bilal Yavuz 2024-12-25 12:57:34 Add pg_buffercache_evict_all() and pg_buffercache_mark_dirty[_all]() functions