Re: [HACKERS] pg_dump bug - problems along the way

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
Cc: hackers(at)postgresql(dot)org, "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
Subject: Re: [HACKERS] pg_dump bug - problems along the way
Date: 1998-11-23 17:17:31
Message-ID: 199811231717.RAA13008@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sferacarta Software wrote:
>Try this...it works...
>
>create function oid4smaller (oid, oid) returns oid as
>'
>begin
> if $1 > $2 then
> return $2;
> else
> return $1;
> end if;
> end;
>' language 'plpgsql';

I'm afraid it doesn't work for me; clearly the problem is elsewhere:

bray=> select min(oid) from europe;
ERROR: fmgr_info: function 108994: cache lookup failed

**Idea** - try in another database -- it works, so it must be a database
corruption of some kind.

Thanks for your help.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"The LORD is nigh unto all them that call upon him, to
all that call upon him in truth."
Psalms 145:18

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-11-23 18:12:53 Re: [HACKERS] pg_dump bug - problems along the way
Previous Message Oliver Elphick 1998-11-23 17:17:30 Parser bug?