View Single Post

   
  #6 (permalink)  
Old 04-11-2008, 06:27 AM
Andrew Dunstan
 
Posts: n/a
Default Re: 8.1beta, SunOS and shmget



Sergey E. Koposov wrote:

>unfortunatly max_connections=10 is not enough to run
>fully the make check , but I cannot raise more the max_connections
>parameter
>
>


You can limit the number of connections that "make check" runs. We built
that facility in for cygwin, but it looks like you could use it.

Try something like:

MAX_CONNECTIONS=8 make check

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote