----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Andrew Dunstan" <andrew@dunslane.net>
Cc: "PG Patches" <pgsql-patches@postgresql.org>
Sent: Monday, October 27, 2003 11:12 PM
Subject: Re: [PATCHES] "make check" improvement for cygwin
> "Andrew Dunstan" <andrew@dunslane.net> writes:
> > Something like this?
> > make MAX_CONNECTIONS=10 check
> > Maybe in the case of cygwin, where it is almost bound to fail without
such
> > restrictions, we could put out a warning if it isn't used.
>
> That works for me. Possibly you should pop this proposal up on
> pghackers, to make sure other people buy into it before you go to
> the trouble of coding it...
>
Well, I posted the note last night but I finished the patch today, because
it was very simple and took so little time.
I think this does what you suggested.
If it's accepted I'll do a doc patch to match.
cheers
andrew