Commit 968709c
committed
Revert parallel query NULL checks that caused CI timeout
The NULL checks for exec_state_call_stack added in commits 99d9d2f
and 31c1136 were causing general JDBC tests to timeout. These checks
were intended to fix parallel query crashes but inadvertently broke
the normal execution path.
This reverts those specific changes while keeping the important fixes:
- 1c80f61: Fix INSERT EXEC snapshot error with AFTER triggers
- df12e05: Fix INSERT EXEC INSTEAD OF triggers on view targets
- 7d020a7: Fix C90 failure
Parallel query tests may still fail (separate issue), but general
JDBC tests should now pass without timeout.1 parent 7d020a7 commit 968709c
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | 954 | | |
959 | 955 | | |
960 | 956 | | |
| |||
992 | 988 | | |
993 | 989 | | |
994 | 990 | | |
995 | | - | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | 991 | | |
1000 | 992 | | |
1001 | 993 | | |
| |||
0 commit comments