problem with self built postgres 9.0.9

Поиск
Список
Период
Сортировка
От Gabriele Bulfon
Тема problem with self built postgres 9.0.9
Дата
Msg-id 249521783.2243.1590759167512@www
обсуждение исходный текст
Ответы Re: problem with self built postgres 9.0.9
Список pgsql-general
Hi, I had to build postgres 9.0.9 from sources to run it under our new XStreamOS/illumos release.
It used to build and run without problems in previous releases.
 
On this, just by running initdb I get these errors:

sonicle@xstorage1:/sonicle$ initdb -D /sonicle/pgdata
The files belonging to this database system will be owned by user "sonicle".
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".

creating directory /sonicle/pgdata ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 32MB
creating configuration files ... ok
creating template1 database in /sonicle/pgdata/base/1 ... ok
initializing pg_authid ... FATAL: column is not in index
child process exited with exit code 1
initdb: removing data directory "/sonicle/pgdata"
 
Even running postgres over an already previously populated pgdata, any attempt to connect to the database results in "FATAL: column is not in index".
 
Any idea where the problem may be?
 
Thanks!
Gabriele

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

Предыдущее
От: Matthias Apitz
Дата:
Сообщение: lib/libecpg.so.6.11 && valgrind
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: problem with self built postgres 9.0.9