-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
69934: roachtest: add passing tests for lib/pq and pgjdbc r=arulajmani a=rafiss fixes #69527 fixes #69190 Release justification: test only change Release note: None 69989: distsql: update evalCtx.Txn early if possible r=yuzefovich a=yuzefovich We recently introduced the support for multiple parallel processors within a single stage of a local plan. This forces us to use the LeafTxn which we instantiate eagerly. This commit adjusts the code to update `EvalCtx.Txn` right away too as well as to restore the value to its original. Release note: None Release justification: low-risk adjustment to the new functionality. Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
3 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters