-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[extension] Add missing commits in 2_6 (#1891)
* Add null check in exec_eval_datum for table types (#1778) In cases of nested TVF, exec_eval_datum was returning an incorrect value of isnull for actual null values. We match the check in bbf_table_var_lookup to get the correct value. Task: BABEL-4337 Signed-off-by: Tim Chang <[email protected]> (cherry picked from commit 4c5e722) * Update psqlodbc driver used in github action (#1863) * Update psqlodbc driver used in github action Signed-off-by: Alex Kasko <[email protected]> (cherry picked from commit 2cb3d95) * Drop Table Variables even when AbortCurTransaction is true (#1737) When there is an error, AbortCurTransaction could be set to true. During clean up phase, logic tries to drop table variables and as part of the drop, it acquires exclusive lock on the relation which eventually calls AssignTransactionId. This is not allowed in AssignTransactionId and error handling is not able to recover from there. It has been decided to temporarily set AbortCurTransaction=false in clean up phase in order for drop to continue. Task: BABEL-4336 Signed-off-by: Kristian Lejao <[email protected]> (cherry picked from commit c365072) --------- Co-authored-by: Tim Chang <[email protected]> Co-authored-by: staticlibs <[email protected]>
- Loading branch information
1 parent
6476882
commit 5b9af03
Showing
12 changed files
with
300 additions
and
66 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
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
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
Oops, something went wrong.