Re: 8.1beta, SunOS and shmget

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.1beta, SunOS and shmget
Date: 2005-08-29 15:36:05
Message-ID: 43132B65.4060607@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2005-08-29 15:36:55 Re: [HACKERS] Improved \df(+) in psql + backward-compatibility
Previous Message Tom Lane 2005-08-29 15:30:46 Re: 8.1beta, SunOS and shmget