[w32] test_shm_mq test suite permanently burns connections slots

Поиск
Список
Период
Сортировка
От Noah Misch
Тема [w32] test_shm_mq test suite permanently burns connections slots
Дата
Msg-id 20140725192513.GA2380@gust
обсуждение исходный текст
Ответы Re: [w32] test_shm_mq test suite permanently burns connections slots  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On a Windows or other EXEC_BACKEND build, the following eventually gets
failures because all, or all but one, max_connections slot is consumed:
 for run in `seq 1 100`; do make -C contrib/test_shm_mq installcheck; done

When I use max_connections=40, it fails on the sixth iteration.  Only the six
basic processes are actually running at that time.

Thanks,
nm

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com



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

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: Proposal: Incremental Backup
Следующее
От: Tom Lane
Дата:
Сообщение: Performance issue in pg_dump's dependency loop searching