Problem with initdb in lastest Snapshot - Mailing list pgsql-hackers

From Edwin S. Ramirez
Subject Problem with initdb in lastest Snapshot
Date
Msg-id 34CC5289.6C6B45D0@doc.mssm.edu
Whole thread Raw
In response to new cvsup  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Hello,

    After a successful compile of the latest snapshot on an Alpha/Linux
machine, the initdb program dumps core, with the following message [I
hope this helps]:

[postgres@ac6 bin]$ ./initdb
initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as input
to create the template database.
initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create
the global classes.
initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based
authentication control file.

We are initializing the database system with username postgres
(uid=501).
This user will own all the files and must also own the server process.

initdb: creating template database in
/usr/local/pgsql/data/base/template1
Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1
ERROR:  BuildFuncTupleDesc: function mkoidname(opaque, opaque) does not
exist
ERROR:  BuildFuncTupleDesc: function mkoidname(opaque, opaque) does not
exist
initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1


Thanks,
Edwin S. Ramirez


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas DBT
Date:
Subject: Re: [HACKERS] A small type extension example for the contrib dire ctory (fwd)
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] How is PostgreSQL doing?