Thread
-
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov <3danissimo@gmail.com> — 2025-09-27T09:20:45Z
Hi, On Fri, Sep 26, 2025 at 6:19 PM Jim Jones <jim.jones@uni-muenster.de> wrote: > > Given that the lack of tests allowed this bug to go undetected until > now, I'd suggest to include additional tests in this patch to prevent > similar issues in the future. Something like 0002 attached. What do you > think? > Thanks for the test! Some time ago I wrote an isolation test [1] for this patch, but it looked a bit ugly, so I decided to abandon it temporarily. Your test looks much better. I'd prefer to keep it. [1] https://www.postgresql.org/message-id/CAJDiXgi9CWaZCVcHmvAT604RrAqDN5zpOYxZq92adqkPq5QbnQ@mail.gmail.com -- Best regards, Daniil Davydov