Hi, On Fri, 4 Sept 2026 at 09:30, Alexander Lakhin <[email protected]> wrote: > > Hello Ayush and Fujii-san, > > 04.09.2026 06:07, Fujii Masao wrote: > > On Fri, Sep 4, 2026 at 6:48 AM Ayush Tiwari <[email protected]> wrote: > >> Thoughts? > > Thanks for the patches! They look good to me. > > Thank you for paying attention to my reports! > > I'm not sure about the autovacuum fix -- I've found that I tried the same > targeted autovacuum = false as Melanie proposed back then ([1]) and the > test still failed. Please let me recheck carefully if it's still an issue. > > Regarding v1-0001, I've tested it with the repro.patch applied and > confirmed it works. Thank you! > > [1] https://www.postgresql.org/message-id/714729ea-f536-0faf-353b-cbd5c8f241ea%40gmail.com
Thanks for testing and confirming 0001. One detail I noticed in [1] is that the posted change sets autovacuum_enabled=false on the initial table. That table is later dropped and recreated for the recovery deadlock test, so the reloption does not carry over. 0002 sets it on the recreated table instead. However, if you tested that placement as well, there may be another race. Regards, Ayush
