Re: [HACKERS] pg_dump bug - problems along the way - Mailing list pgsql-hackers

From Oliver Elphick
Subject Re: [HACKERS] pg_dump bug - problems along the way
Date
Msg-id 199811231717.RAA13008@linda.lfix.co.uk
Whole thread Raw
In response to Re: [HACKERS] pg_dump bug - problems along the way  (Sferacarta Software <sferac@bo.nettuno.it>)
Responses Re: [HACKERS] pg_dump bug - problems along the way  (jwieck@debis.com (Jan Wieck))
List 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.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver              PGP key from public servers; key
ID32B8FAA1                ========================================    "The LORD is nigh unto all them that call upon
him,to     all that call upon him in truth."                                          Psalms 145:18
 




pgsql-hackers by date:

Previous
From: Sferacarta Software
Date:
Subject: Re: [HACKERS] pg_dump bug - problems along the way
Next
From: "Oliver Elphick"
Date:
Subject: Parser bug?