Re: bug or my ignorance ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug or my ignorance ?
Дата
Msg-id 17052.1008084343@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug or my ignorance ?  (Holger Krug <hkrug@rationalizer.com>)
Ответы Re: bug or my ignorance ?  (Holger Krug <hkrug@rationalizer.com>)
Список pgsql-general
Holger Krug <hkrug@rationalizer.com> writes:
>   =>select name(r.a) from (select testfun() as a) as r;
>   ERROR:  fmgr_info: function 137857576: cache lookup failed

Works okay if you just do

regression=# select name(testfun());
   name
-----------
 your name
(1 row)

In the other case it's getting confused by provisions left over from the
ancient PostQUEL "set attribute" feature.  AFAICT that feature is
completely broken nowadays.  I've been meaning to rip it out and try to
set up a somewhat-sensible implementation of functions returning tuples.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with indexes
Следующее
От: "Robert J. Sanford, Jr."
Дата:
Сообщение: Re: Perf number on a project