On Tue, 17 Aug 2021 at 03:51, Zhihong Yu <z...@yugabyte.com> wrote: > + if ((res->monotonic & MONOTONICFUNC_INCREASING) == > MONOTONICFUNC_INCREASING) > > The above can be simplified as 'if (res->monotonic & > MONOTONICFUNC_INCREASING) '
True. I've attached an updated patch. David
v3_teach_planner_and_executor_about_monotonic_wfuncs.patch
Description: Binary data