initdb of pg 9.0.13 fails on pg_authid

From: Robert <drbawb(at)fatalsyntax(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: initdb of pg 9.0.13 fails on pg_authid
Date: 2013-04-04 15:13:51
Message-ID: CAOD=oQ-kq3Eg5SOvRYOVxDuqibVWC8R0wEivPsMGcyzZY-nfzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm having some trouble installing `9.0.13`.

Compiling worked just fine. (The only flags used were `--prefix=/opt/pg9013
--with-perl`).

However after running bin/initdb, it fails:

The files belonging to this database system will be owned by user "mobit".
>
> This user must also own the server process.
>
>
>> The database cluster will be initialized with locale en_US.UTF-8.
>
> The default database encoding has accordingly been set to UTF8.
>
> The default text search configuration will be set to "english".
>
>
>> fixing permissions on existing directory /opt/pg9013/data ... ok
>
> creating subdirectories ... ok
>
> selecting default max_connections ... 100
>
> selecting default shared_buffers ... 24MB
>
> creating configuration files ... ok
>
> creating template1 database in /opt/pg9013/data/base/1 ... ok
>
> initializing pg_authid ... FATAL: wrong number of index expressions
>
> STATEMENT: REVOKE ALL on pg_authid FROM public;
>
>
>> child process exited with exit code 1
>
> initdb: removing contents of data directory "/opt/pg9013/data"
>
>
The md5sum of my tarball checks out. This was built w/ GCC-4.8.0 on an
x86_64 Linux kernel.

Any ideas why this might fail? Thanks!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-04-04 15:43:37 Re: initdb of pg 9.0.13 fails on pg_authid
Previous Message Roy Anderson 2013-04-04 14:16:15 Oracle to PostgreSQL transition?