Dear hackers,
(Adding Amit in CC because he was an original committer)
While reading codes in master, I found the below comment in worker.c.:
```
* We don't allow to toggle two_phase option of a subscription because it can
* lead to an inconsistent replica. Consider, initially, it was on and we
On Mon, Jun 23, 2025 at 8:22 AM Hayato Kuroda (Fujitsu)
wrote:
>
> But this is not correct anymore, 1462aad2 allows to alter two_phase option.
> I was an original author, but I did oversight.
>
> I feel it can be fixed by referring the commit message, attached patch fixed
> like
> that. How do yo