Re: Assert("vacrel->eager_scan_remaining_successes > 0")
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Melanie Plageman <melanieplageman@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>, Thomas Munro <thomas.munro@gmail.com>
Date: 2025-05-23T16:40:23Z
Lists: pgsql-hackers
On Thu, May 22, 2025 at 1:19 PM Melanie Plageman <melanieplageman@gmail.com> wrote: > > On Thu, May 22, 2025 at 4:07 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > > > > Agreed. I've updated the patch. Does this address your comments? > > Yep. LGTM. > > I'd probably just remove the parenthetical remark about 20% from the > commit message since that only applies to the success cap and > referencing both the success and failure caps will make the sentence > very long. > > from the commit message: > pages (beyond 20% of the total number of all-visible but not > all-frozen pages), this does not pose a practical concern as the Agreed. I'll remove that part and push early next week, barring any objections. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
Commits
-
Fix assertion when decrementing eager scanning success and failure counters.
- 4c08ecd1618e 18.0 landed