Re: [HACKERS] Error in select
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Shiby Thomas <sthomas@cise.ufl.edu>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, pgsql-hackers@postgresql.org
Date: 1998-02-05T02:25:02Z
Lists: 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