Re: [HACKERS] Error in select

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Error in select
Дата
Msg-id 34D922FE.8BD23095@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Error in select  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> > I get the foll.  error in a select statement:
> >
> > assoc=> select * from f1_temp where cnt > 1000;
> > ERROR:  fmgr_info: function 0: cache lookup failed
> >
> > Without the where clause its fine.
> >
> > This is with today's (Feb 4) snapshot.
> >
>
> Yep, we know the cause, and will fix it soon.  Sorry.

Try doing a "make clean; make install" since possibly the problem is due
to my changing a few keywords (got rid of two!) in the parser. It seems
this quite often requires a clean install since I don't know which
places are affected and it affects more than just the parser directory.

Don't need to reload the database though.

                                          - Tom


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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: new yacc problem
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] User-defined functions with NULL values and sets as parameter and/or return type