initdb problems

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: PostgreSQL Hackers List <hackers(at)postgresql(dot)org>
Subject: initdb problems
Date: 1998-08-02 09:49:34
Message-ID: Pine.LNX.3.96.980802104423.1201F-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Well, initdb doesn't give the same errors, but it's still failing. Now
it's just saying:

initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/dbase/data/base/template1

with no other indication that it's failing. Heres the last bit of the
debug:

Inserting null
Insert Begin
InsertOneTuple oid 1219, 14 attrs
End InsertOneTuple, objectid=1219
Insert End

> Transaction End
Amclose: relation (null).
> <inhrel oid>
<inhparent oid>
<inhseqno int4>

> initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/dbase/data/base/template1
[postgres(at)maidast pgsql]$

Now, looking at local1_template1.bki.source it's the pg_inherits
definition that's failing. I don't know how the bki source works so I'm
not much help here, but I can't see anything obviously wrong.

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres

Browse pgsql-hackers by date

  From Date Subject
Next Message ernst.molitor 1998-08-02 09:58:24 Re: [HACKERS] Problem with CVS access to current sources
Previous Message Peter T Mount 1998-08-02 09:26:11 Re: [HACKERS] Problem with CVS access to current sources