OSDN Git Service

Further fixes for bogus list-slinging, scribbling on input, etc in type
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Mar 2000 23:17:47 +0000 (23:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Mar 2000 23:17:47 +0000 (23:17 +0000)
commitc9f287e49b0592adae224adff2232dd3e669b941
tree0fb2010e5ece6ffa87953bfa411dd30f579ad939
parent1d75298176705edda237af75e24e0a87cfb9f6ad
Further fixes for bogus list-slinging, scribbling on input, etc in type
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.
src/backend/parser/parse_func.c
src/backend/parser/parse_oper.c