Problem with initdb in lastest Snapshot

Поиск
Список
Период
Сортировка
От Edwin S. Ramirez
Тема Problem with initdb in lastest Snapshot
Дата
Msg-id 34CC5289.6C6B45D0@doc.mssm.edu
обсуждение исходный текст
Ответ на new cvsup  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Zeugswetter Andreas DBT
Дата:
Сообщение: Re: [HACKERS] A small type extension example for the contrib dire ctory (fwd)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] How is PostgreSQL doing?