-
Notifications
You must be signed in to change notification settings - Fork 55
Commit e7c2cad
Bugfix. Assertion on disabled query at the ExecutorEnd hook.
In an extravagant situation:
(mode=disabled, forced stat gathering = 'on')
we can get into a situation when AQO is disabled
for a query, but previously cached plan contains some AQO preferences. Even so,
we should ignore the query at the end of execution.1 parent 6631e6c commit e7c2cad
1 file changed
+1
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
757 | 757 |
| |
758 | 758 |
| |
759 | 759 |
| |
760 | - | ||
760 | + | ||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 | - | ||
772 | 771 |
| |
773 | 772 |
| |
774 | 773 |
| |
|
0 commit comments