Bug found: fmgr_info: function : cache lookup failed

Поиск
Список
Период
Сортировка
От Bradley Kieser
Тема Bug found: fmgr_info: function : cache lookup failed
Дата
Msg-id 3D06190D.2040109@kieser.net
обсуждение исходный текст
Ответы Re: Bug found: fmgr_info: function : cache lookup failed  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
If you double-alias a column in a query (yeah, stupid, I know, but I did 
it by mistake and others will too!), then the dreaded "fmgr_info: 
function <number>: cache lookup failed" message is kicked out. For example:
 select * from company c, references r where r.company_id=c.company.id;

Note that c.company.id references column id in table company twice!

Hope that this finds someone looking at the error handling in the 
parser! Should be chucked out as a syntax error.

Brad



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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Timestamp/Interval proposals: Part 2
Следующее
От: Thomas Lockhart
Дата:
Сообщение: New string functions; initdb required