pgsql/src/backend/parser parse_func.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/parser parse_func.c
Date
Msg-id 200112120328.fBC3SoA93714@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...
Next
From: pgsql@postgresql.org
Date:
Subject: pgsql/. configure configure.in