Theodore Petrosky wrote:
I tried to upload to the list but I think the file got
lost...I am attaching it here.

A-ha, this is the problem:

! psql: FATAL:  sorry, too many clients already

I'm guessing this is the same issue as here:
http://archives.postgresql.org/pgsql-hackers/2006-08/msg01821.php

Initdb is apparently choosing a too low max_connections setting to be able to run the regression tests. You can see the value it chose from src/test/regress/log/initdb.log.

I don't know anything about OS X, but you'll probably need to adjust some OS resource limit. Have you raised the shared memory related settings, as advised in manual? http://www.postgresql.org/docs/current/static/kernel-resources.html

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to