]> granicus.if.org Git - postgresql/commit
Fix bug in recent improvement to type resolution code. Forgot to retain
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 11 Nov 2000 19:49:26 +0000 (19:49 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 11 Nov 2000 19:49:26 +0000 (19:49 +0000)
commitbc20c41275ecc52fc772f92b77fa6a35dc174460
treecab4e381bddf8a5f303eb0fdad2a0298e0fa5e40
parenta8555ad4f9faab8e987c9f8d5476b07933573af1
Fix bug in recent improvement to type resolution code. Forgot to retain
 "best choice" type category when resolving UNKNOWN function and operator
 arguments. Thanks to Tom Lane for finding test case.
src/backend/parser/parse_func.c
src/backend/parser/parse_oper.c