You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
150115: sql: harden stmt bundle building code a bit r=yuzefovich a=yuzefovich
We just saw a sentry report where on explicit stmt bundle collection via EXPLAIN ANALYZE (DEBUG) we hit a nil pointer because `flowInfo.diagram` was nil. I've audited the code and don't know how this could've happened, so this commit hardens the code a bit by adding nil checks (and crashing in the test-only builds).
Fixes: #149987.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments