Re: [HACKERS] Error in select - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Error in select
Date
Msg-id 34D922FE.8BD23095@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] Error in select  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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 by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: new yacc problem
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] User-defined functions with NULL values and sets as parameter and/or return type