Skip to content

Commit

Permalink
sql: update pausable portal todo
Browse files Browse the repository at this point in the history
Epic: None
Informs: cockroachdb#115887

Release note: None
  • Loading branch information
rharding6373 committed Dec 8, 2023
1 parent 37ad01a commit 5e2fd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/conn_executor_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ func (ex *connExecutor) dispatchToExecutionEngine(
// un-pausable (normal) portal.
// With pauseInfo is nil, no cleanup function will be added to the stack
// and all clean-up steps will be performed as for normal portals.
// TODO(harding): We may need to move resetting pauseInfo before we add
// TODO(#115887): We may need to move resetting pauseInfo before we add
// the pausable portal cleanup step above.
planner.pausablePortal.pauseInfo = nil
// We need this so that the result consumption for this portal cannot be
Expand Down

0 comments on commit 5e2fd95

Please sign in to comment.