> On 4 Aug 2026, at 05:47, Fujii Masao <[email protected]> wrote: > > On Tue, Aug 4, 2026 at 12:22 PM cca5507 <[email protected]> wrote: >> >>> While working on some stress suite I found the issue related to way >>> ProcessSingleRelationByOid access rel->rd_smgr. >>> >>> Patch with fix and test is attached (it is self-explanatory and pretty >>> simple). >> >> Good catch! I verify that the bug exists and your patch fixes it. Patch LGTM! > > +1 > > The code change looks good to me.
Agreed, thanks for the report and patch! > Is the new test really necessary? It only covers this specific data-checksums > worker path, while debug_discard_caches can make the test time longer. While useful for verifying the issue, I don't think we need to add this test due to the increased test timing and the fairly low probability of it catching anything now that the code is fixed. Will push and backpatch to 19. -- Daniel Gustafsson
