]> granicus.if.org Git - postgresql/commit
Don't accept names of complex types (ie, relation types) as being
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Dec 2001 03:28:49 +0000 (03:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Dec 2001 03:28:49 +0000 (03:28 +0000)
commit990eb8552e69a492840d46b58ceb630a8a295e54
tree0b6b2ae2c18515057dca789570ccf19e4b82071a
parent3dd85bcb08440bae6210114124aa0002a83c957c
Don't accept names of complex types (ie, relation types) as being
requests for implicit trivial coercions.  Prevents sillinesses like
this one:
regression=# select x.int8_tbl.q1 from int8_tbl x;
ERROR:  fmgr_info: function 270997776: cache lookup failed
src/backend/parser/parse_func.c