Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ifxConvertNodeConst() calls varcharin() directly, but misunderstood the function call conventions of varcharin() which wants to have three arguments. So instead of DirectFunctionCall2() use DirectFunctionCall3() and pass InvalidOid as the second type OID parameter. See also issue #23 for details. Reported by github user novakka4096.
- Loading branch information