Re: Problem with 7.1.3 and template1.bki during first init - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem with 7.1.3 and template1.bki during first init
Date
Msg-id 8874.1005784466@sss.pgh.pa.us
Whole thread Raw
In response to Problem with 7.1.3 and template1.bki during first init  (Ulrich Neumann<u_neumann@gne.de>)
List pgsql-hackers
Ulrich Neumann<u_neumann@gne.de> writes:
> ERROR:  fmgr_info: function 117833728: cache lookup failed

This is evidently an attempt to look up a garbage function OID (none
of the real function OIDs that might be encountered during initdb are
more than a couple thousand).

For this to happen during initdb implies that there's something pretty
broken about the server executable you're using.  What platform are you
on, what compiler are you using, what configure options did you select,
etc etc?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: about the magic(?) of palloc() and variable-length user-defined data type
Next
From: Tatsuo Ishii
Date:
Subject: Re: Open Items (was: RE: [HACKERS] Beta going well)