Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: BUG #3911: can not 'make'



Theodore Petrosky <tedpet5(at)yahoo(dot)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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group