On Mon, 16 Mar 2026 at 20:01, Tender Wang <tndrwang@gmail.com> wrote:
> SELECT * FROM t2, t4 RIGHT OUTER JOIN t0 ON t4.c0 WHERE t4.c1 ORDER BY
> server closed the connection unexpectedly
Thanks. Looks like I didn't get the startAttr logic correct in
nocachegetattr(). Starting by using the attcacheoff of the first NULL
attribute isn't valid. It should be the attribute prior to that one.
I'm just verifying some code locally now.
David