Re: [HACKERS] Error in select

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Shiby Thomas <sthomas(at)cise(dot)ufl(dot)edu>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Error in select
Date: 1998-02-05 02:25:02
Message-ID: 34D922FE.8BD23095@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-02-05 02:38:16 Re: [HACKERS] User-defined functions with NULL values and sets as parameter and/or return type
Previous Message Thomas G. Lockhart 1998-02-05 02:01:59 Re: new yacc problem