Regression Tests

Поиск
Список
Период
Сортировка
От Paul Juliano
Тема Regression Tests
Дата
Msg-id 399BA9C1.6A1107F9@edsamail.com
обсуждение исходный текст
Ответы Re: Regression Tests  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Re: Regression Tests  (Karel Zak <zakkr@zf.jcu.cz>)
Re: Regression Tests  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
Hi,

I've installed PostgreSQL 7.0.2 on Solaris following the INSTALL file
that comes with the source.

When I do:

make runtest

it gives out the following error message in regress.out:

postmaster must already be running for the regression tests to succeed.
The time zone is set to PST8PDT for these tests by the client frontend.
Please report any apparent problems to ports@postgresql.org
See regress/README for more information.

=============== dropping old regression database...   =================
DROP DATABASE
=============== creating new regression database...   =================
CREATE DATABASE
=============== installing languages...               =================
installing PL/pgSQL ..  createlang: missing required argument PGLIB
directory
(This is the directory where the interpreter for the procedural
language is stored. Traditionally, these are installed in whatever
'lib' directory was specified at configure time.)
failed


Also, when I do:

make runcheck

the following message is in the postmaster.log

IpcSemaphoreCreate: semget failed (No space left on device)
key=65432015, num=16, permission=600
This type of error is usually caused by an improper
shared memory or System V IPC semaphore configuration.
For more information, see the FAQ and platform-specific
FAQ's in the source directory pgsql/doc or on our
web site at http://www.postgresql.org.
FATAL 1:  InitProcGlobal: IpcSemaphoreCreate failed

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

Предыдущее
От: Jerome Raupach
Дата:
Сообщение: optimization in C
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: Regression Tests