Обсуждение: pgsql/src/backend/parser parse_func.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/parser parse_func.c

От
tgl@postgresql.org
Дата:
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