Re: [PATCHES] Ant version detection

2003-10-28 Thread Tom Lane
Johann Uhrmann [EMAIL PROTECTED] writes:
 Tom Lane wrote:
 Johann Uhrmann [EMAIL PROTECTED] writes:
 ... Therefore, only lines
 beginning with Apache Ant version should be considered.
 
 Do *all* versions of Ant identify themselves that way?  I'd be inclined
 to write
 grep -i ant version
 instead.

 I agree, that seems a lot more stable.

Okay, patch applied with that change.  (BTW, for future reference: the
correct way to patch configure is to edit the source files, configure.in
and/or the stuff under config/.)

regards, tom lane

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [PATCHES] make check improvement for cygwin

2003-10-28 Thread Andrew Dunstan

- Original Message - 
From: Tom Lane [EMAIL PROTECTED]
To: Andrew Dunstan [EMAIL PROTECTED]
Cc: PG Patches [EMAIL PROTECTED]
Sent: Monday, October 27, 2003 11:12 PM
Subject: Re: [PATCHES] make check improvement for cygwin


 Andrew Dunstan [EMAIL PROTECTED] 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


pg_regress.patch
Description: Binary data

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])