forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit440b0fe
committed
Another go-round with resolution of ambiguous functions and operators.
In function parsing, try for an actual function of the given name andinput types before trying to interpret the function call as a typecoercion request, rather than after. Before, a function that had thesame name as a type and operated on a binary-compatible type wouldn'tget invoked. Also, cross-pollinate between func_select_candidates andoper_select_candidates to ensure that they use as nearly the sameresolution rules as possible. A few other minor code cleanups too.1 parentf11d253 commit440b0fe
2 files changed
+414
-227
lines changed0 commit comments
Comments
(0)