BUG #5504: cache lookup failed for function

From: "Jan Merka" <merka(at)highsphere(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5504: cache lookup failed for function
Date: 2010-06-13 21:29:48
Message-ID: 201006132129.o5DLTmL5098777@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5504
Logged by: Jan Merka
Email address: merka(at)highsphere(dot)net
PostgreSQL version: 8.4.4 and 8.4.3
Operating system: Linux
Description: cache lookup failed for function
Details:

After installing postgresql 8.4.4 from sources, I am getting an error
ERROR: cache lookup failed for function 2071

Test case:

> SELECT date '2010-01-01' + interval '1 month';
ERROR: cache lookup failed for function 2071

So it seems like adding an interval to date does not work anymore. Why? And
how do I fix it?

I have tried to go back to the 8.4.3 version but it now exhibits the same
problem even though it worked fine until the 8.4.4 version was installed.

What can I do to fix it or help you with fixing?

Thank you,

Jan

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2010-06-13 23:20:40 Re: BUG #5503: error in trigger function with dropped columns
Previous Message Tom Lane 2010-06-13 16:09:21 Re: BUG #5503: error in trigger function with dropped columns