initdb of pg 9.0.13 fails on pg_authid

Поиск
Список
Период
Сортировка
От Robert
Тема initdb of pg 9.0.13 fails on pg_authid
Дата
Msg-id CAOD=oQ-kq3Eg5SOvRYOVxDuqibVWC8R0wEivPsMGcyzZY-nfzA@mail.gmail.com
обсуждение исходный текст
Ответы Re: initdb of pg 9.0.13 fails on pg_authid
Список 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!

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: upgrading from V8.3.4 to V9.2.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: initdb of pg 9.0.13 fails on pg_authid