Thread
-
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov <3danissimo@gmail.com> — 2025-09-25T14:10:56Z
Hi, On Thu, Sep 25, 2025 at 9:04 PM Jim Jones <jim.jones@uni-muenster.de> wrote: > > Small typo (you forgot to remove one "not") > > errmsg("cannot not access temporary relations of other sessions") > > It should be something like: > > errmsg("cannot access temporary relations from other sessions") > Oh, my bad. Fixed. Thanks for noticing it. -- Best regards, Daniil Davydov