• Tom Lane's avatar
    Further fixes for bogus list-slinging, scribbling on input, etc in type · c9f287e4
    Tom Lane authored
    coercion code.  I'm beginning to wonder why we have separate candidate
    selection routines for functions, operators, and aggregates --- shouldn't
    this code all be unified?  But meanwhile,
    	SELECT 'a' LIKE 'a';
    finally works; the code for dealing with unknown input types for operators
    was pretty busted.
    c9f287e4
parse_func.c 42.2 KB