BUG #1151: Initdb fails ...

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1151: Initdb fails ...
Date: 2004-05-11 12:18:13
Message-ID: 20040511121813.62359CF55D0@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1151
Logged by: laurent faillie

Email address: l_faillie(at)yahoo(dot)com

PostgreSQL version: 7.4

Operating system: HP-UX 11.00

Description: Initdb fails ...

Details:

Hi all,
I'm trying to upgrade my 7.3.4 database to the lasted 7.4.2 on my HP-UX
11.00 box.

I remove the old database and try an initdb to initialise the new one.
Unfortunatly, it fails w/ following message :

initdb -D $PGDATA
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

fixing permissions on existing directory /pg_database/database... ok
creating directory /pg_database/database/base... ok
creating directory /pg_database/database/global... ok
creating directory /pg_database/database/pg_xlog... ok
creating directory /pg_database/database/pg_clog... ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in /pg_database/database/base/1... ok
initializing pg_shadow... ok
enabling unlimited row size for system tables... ok
initializing pg_depend... ok
creating system views... ERROR: did not find '}' at end of input node

initdb: failed

I think this problem is related to HP-UX 11.00 because I test my upgrade
procedure on an HP-UX 10.20 box, same database, same source and same
destination version w/o any trouble.

I use HP's buddle for GCC 2.95.3.

Any help very welcome.

Regards,

Laurent

PS: the version list on the web form for bug reporting is not up to date.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-05-11 13:37:09 Re: BUG #1150: grant options not properly checked
Previous Message Tom Lane 2004-05-11 11:44:42 Re: missing support for using regex and arrays