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
sql: bring back resultRowBuffer in updateRun and deleteRun
For some reason, updateRun and deleteRun differ from insertRun in that
they were creating result slices for RETURNING in processSourceRow,
instead of creating a resultRowBuffer in startExec. This commit does a
small refactor to move allocation of resultRowBuffer to startExec.
This refactor will make it easier for the new UPDATE and DELETE fast
path planNodes to share updateRun and deleteRun with the existing
updateNode and deleteNode.
Epic: None
Release note: None
0 commit comments