[w32] test_shm_mq test suite permanently burns connections slots - Mailing list pgsql-hackers

From Noah Misch
Subject [w32] test_shm_mq test suite permanently burns connections slots
Date
Msg-id 20140725192513.GA2380@gust
Whole thread Raw
Responses Re: [w32] test_shm_mq test suite permanently burns connections slots  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Claudio Freire
Date:
Subject: Re: Proposal: Incremental Backup
Next
From: Tom Lane
Date:
Subject: Performance issue in pg_dump's dependency loop searching