]> granicus.if.org Git - postgresql/commit
Allow type resolution for UNKNOWN arguments to functions to fall back to
authorThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 6 Nov 2000 15:42:30 +0000 (15:42 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 6 Nov 2000 15:42:30 +0000 (15:42 +0000)
commit155e0b998a19e4250bb7522a3115eda2294310c1
tree5789c80652c66ffde692f4e8843ce14ca2d2e479
parent493635b25f21fb4f9a174d31884aca8da6e3e340
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.
src/backend/parser/parse_func.c