Bug #523: ERROR: fmgr_info: function 19053: cache lookup failed

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #523: ERROR: fmgr_info: function 19053: cache lookup failed
Date: 2001-11-27 08:22:15
Message-ID: 200111270822.fAR8MF661892@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kris Anderson (vanish1024(at)onebox(dot)com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
ERROR: fmgr_info: function 19053: cache lookup failed

Long Description
pgSQL information -
PostgreSQL 7.1.3 on i386--freebsd4.4, compiled by GCC 2.95.3

I've tried even the simplest of programs and still get the error.

in following some of the examples for the plpgsql language the server responds with the Short Description error message.

Sample Code
CREATE FUNCTION test(text)
RETURNS text
AS 'DECLARE
str text;

BEGIN
str := ''Hi'';
RETURN str;
END;'
LANGUAGE 'plpgsql';

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Holger Veit 2001-11-27 12:07:46 Xlib.h and pgconnection.h
Previous Message Tom Lane 2001-11-27 04:25:29 Re: Bug #522: Cannot Create Database