On Tue, May 28, 2024 at 4:29 AM Bowen Shi <zxwsbg12138@gmail.com> wrote:
>
> Hi,
>
> I only had time to check the fix_hang_15.patch until today.
Did it end up working for you?
> What would happen if we simply skipped the current page when we found the vacuum process had entered the infinite
loop(use a counter)?
Skipping the page would mean we can't advance relfrozenxid for the
table on this vacuum. Since we have ways to fix it, it seems better to
do that.
- Melanie