At Wed, 8 Feb 2023 09:03:03 +0000, "Hayato Kuroda (Fujitsu)" <kuroda.hay...@fujitsu.com> wrote in > Thank you for reviewing! PSA new version.
+ if (statusinterval_ms > 0 && diffms > statusinterval_ms) The next expected feedback time is measured from the last status report. Thus, it seems to me this may suppress feedbacks from being sent for an unexpectedly long time especially when min_apply_delay is shorter than wal_r_s_interval. regards. -- Kyotaro Horiguchi NTT Open Source Software Center