On Sat, 8 May 2021 at 20:17, Zhihong Yu <z...@yugabyte.com> wrote: > + if (!OidIsValid(saop->negfuncid)) > + record_plan_function_dependency(root, saop->hashfuncid); > > Is there a typo in the second line ? (root, saop->negfuncid)
Yeah, that's a mistake. Thanks for checking it. David