On 9/25/25 15:15, Daniil Davydov wrote:
> I don't know what exactly is meant by merging. Maybe we should just
> apply a current
> patch that fixes all problems ?..
Here I just wanted to bring to your attention that we have duplicate
efforts with these two patches. This one covers much more ground though ;)
> OK, I'll replace "could not" with "cannot" in order to match previous
> comments.
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")
Best regards, Jim