"...postgres-lambda-diff.git" did not exist on "73d2a3595a3d14e64cb4dbcc09e90308a486e79f"
Actually ... it's pretty silly that parse_oper.c doesn't set up the
opfuncid of an OpExpr initially, considering that it has the information at hand already. We'll still treat opfuncid as a cache rather than a guaranteed-valid value, but this change saves one more syscache lookup in the normal code path.
Loading
Please register or sign in to comment