Re: [HACKERS] Error in select

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: sthomas(at)cise(dot)ufl(dot)edu (Shiby Thomas)
Cc: scrappy(at)hub(dot)org, vadim(at)sable(dot)krasnoyarsk(dot)su, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Error in select
Date: 1998-02-04 19:35:03
Message-ID: 199802041935.OAA23012@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.
>

Yep, we know the cause, and will fix it soon. Sorry.
--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julia Anne Case 1998-02-04 20:39:54 Compile error ...
Previous Message Shiby Thomas 1998-02-04 19:15:10 Error in select