> Actually, what you are doing is incorrect because we could miss some
> ERRORs for example if a base backup was incorrect if come files were
> present in pg_twophase?
Yes, you are right, base backup with incorrect files would be a problem.
> It's not really true that what you are changing here has
On Mon, Jul 14, 2025 at 02:46:25PM +0800, CAI, Mengjuan wrote:
> Thank you for your reply. I reviewed the thread you mentioned, and
> it seems that the issue needing to be fixed is not the same as the
> one I previously raised.
> I am considering whether the 2PC file check logic in
> PrepareRedoAdd
Hi Michael,
Thank you for your reply. I reviewed the thread you mentioned, and it seems
that the issue needing to be fixed is not the same as the one I previously
raised.
I am considering whether the 2PC file check logic in PrepareRedoAdd() can be
modified. Currently, each time a XLOG_XACT_PREPA
Hi:
On Sat, Jul 8, 2023 at 2:53 AM 蔡梦娟(玊于) wrote:
> Hi, all
> I add a patch for pg11 to fix this bug, hope you can check it.
>
>
Thanks for the bug report and patch! Usually we talk about bugs
against the master branch, no people want to check out a history
branch and do the discussion there