You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename a couple of UI functions:
1. aqo_enable_query -> aqo_enable_class
2. aqo_disable_query -> aqo_disable_class
Fix the bug of 1.5 with execution of "enable" routine from "disable" UI function.
Correct aqo_cleanup() return type:
It returns single set of values. So, we don't really needed all of the
materialization machinery. Just to form and return a tuple.
0 commit comments