Theodore Petrosky <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match