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
Disable DML optimizations with enable_optimizations GUC (#9923)
Same logic as before, we want to execute the queries but using the most
basic unoptimized mechanism, so that we can then compare the results to
verify our optimizations. Extend this GUC to cover some DML
optimizations too.
0 commit comments