Thread: pgsql/src/backend/parser (parse_func.c)

pgsql/src/backend/parser (parse_func.c)

From
thomas@postgresql.org
Date:
  Date: Monday, November  6, 2000 @ 10:42:30
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/parser

Modified Files:
    parse_func.c

-----------------------------  Log Message  -----------------------------

Allow type resolution for UNKNOWN arguments to functions to fall back to
 any available string type. Previously, all candidate choices must have
 fallen within the same "type category" for PostgreSQL to be willing to
 choose any of them.
Need to apply the same fixup to operator type resolution.