pgsql/src/backend/parser parse_func.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser parse_func.c
Date: 2001-12-12 03:28:50
Message-ID: 200112120328.fBC3SoA93714@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/12/11 22:28:50

Modified files:
src/backend/parser: parse_func.c

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2001-12-12 13:30:13 pgsql/. configure configure.in
Previous Message Bruce Momjian 2001-12-11 10:40:01 Re: pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...