Error in select - Mailing list pgsql-hackers

From Shiby Thomas
Subject Error in select
Date
Msg-id 199802041915.OAA20776@cise.ufl.edu
Whole thread Raw
In response to Re: [HACKERS] Execution time.  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] Error in select  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Hi,

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.

--shiby




pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] connection troubles
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] new yacc problem