Re: BUG #3911: can not 'make'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3911: can not 'make'
Дата
Msg-id 25566.1201639869@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3911: can not 'make'  ("ted petrosky" <tedpet5@yahoo.com>)
Ответы Re: BUG #3911: can not 'make'  (Theodore Petrosky <tedpet5@yahoo.com>)
Список pgsql-bugs
Theodore Petrosky <tedpet5@yahoo.com> writes:
> when I check the results/float4.out I see:
> psql: FATAL:  sorry, too many clients already

Hah.  Check what initdb set max_connections to, and run the tests
with fewer clients than that:
    make MAX_CONNECTIONS=n check

In the long run you'll want to increase the shared memory settings
--- Apple's out-of-the-box defaults are pretty lame.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3911: can not 'make'
Следующее
От: Theodore Petrosky
Дата:
Сообщение: Re: BUG #3911: can not 'make'