On Sun, 2026-07-19 at 15:32 -0700, Jeff Davis wrote:
> I think there's a remaining bug involving retaindeadtuples
> (228c3708685) where it still tries to connect during binary upgrade.
>
> That can be seen if you add a $publisher->stop to line 317 (right
> before the pg_upgrade that's supposed to succeed) in
> 004_subscription.pl.
Amit, can you please look into the check_pub_rdt issue? I think the
right fix is to just check it when the worker connects, not at DDL
time.
Regards,
Jeff Davis