Re: Problem with 7.1.3 and template1.bki during first init

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ulrich Neumann <u_neumann(at)gne(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem with 7.1.3 and template1.bki during first init
Date: 2001-11-15 00:34:26
Message-ID: 8874.1005784466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ulrich Neumann<u_neumann(at)gne(dot)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

In response to

Browse pgsql-hackers by date

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