On Mon, Aug 26, 2024 at 1:30 PM <Masahiro.Ikeda@nttdata.com> wrote:
>
> When I read the following documentation related to the "synchronized_standby_slots", I misunderstood that data loss
wouldnot occur in the case of synchronous physical replication. However, this is incorrect (see reproduce.txt).
>
I think you see such a behavior because you have disabled
'synchronized_standby_slots' in your script (# disable
"synchronized_standby_slots"). You need to enable that to avoid data
loss. Considering that, I don't think your proposed text is an
improvement.
--
With Regards,
Amit Kapila.