cvs 'initdb' -- "vacuuming database template1 ... FATAL: could not identify a comparison function for type aclitem"

Поиск
Список
Период
Сортировка
От Matt Miller
Тема cvs 'initdb' -- "vacuuming database template1 ... FATAL: could not identify a comparison function for type aclitem"
Дата
Msg-id 1162837279.18093.275135384@webmail.messagingengine.com
обсуждение исходный текст
Ответы Re: cvs 'initdb' -- "vacuuming database template1 ... FATAL: could not identify a comparison function for type aclitem"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
head does this to me when I try to initdb:

postgres@xpc1:~$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
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 en_US.UTF-8.
The default database encoding has accordingly been set to UTF8.

fixing permissions on existing directory /usr/local/pgsql/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers/max_fsm_pages ... 32MB/204800
creating configuration files ... ok
creating template1 database in /usr/local/pgsql/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
vacuuming database template1 ... FATAL:  could not identify a comparison function for type aclitem
child process exited with exit code 1
initdb: removing contents of data directory "/usr/local/pgsql/data"


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: adminpack and pg_catalog
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cvs 'initdb' -- "vacuuming database template1 ... FATAL: could not identify a comparison function for type aclitem"