[pgsql-patches] setlocal to build.bat

2007-01-25 Thread Magnus Hagander
This patch adds a setlocal command to the beginning of build.bat. This
is required to deal with buildenv.bat properly, so that PATH (for
example) doesn't expand infintly.
Per report from Joachim Wieland.

//Magnus

Index: src/tools/msvc/build.bat
===
RCS file: /projects/cvsroot/pgsql/src/tools/msvc/build.bat,v
retrieving revision 1.4
diff -c -r1.4 build.bat
*** src/tools/msvc/build.bat16 Jan 2007 21:43:19 -  1.4
--- src/tools/msvc/build.bat25 Jan 2007 15:08:26 -
***
*** 1,4 
--- 1,5 
  @echo off
+ SETLOCAL
  SET STARTDIR=%CD%
  if exist src\tools\msvc\buildenv.bat call src\tools\msvc\buildenv.bat
  if exist buildenv.bat call buildenv.bat

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [pgsql-patches] setlocal to build.bat

2007-01-25 Thread Bruce Momjian

Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---


Magnus Hagander wrote:
 This patch adds a setlocal command to the beginning of build.bat. This
 is required to deal with buildenv.bat properly, so that PATH (for
 example) doesn't expand infintly.
 Per report from Joachim Wieland.
 
 //Magnus
 

[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 5: don't forget to increase your free space map settings

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDBhttp://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [pgsql-patches] setlocal to build.bat

2007-01-25 Thread Neil Conway
On Thu, 2007-01-25 at 16:11 +0100, Magnus Hagander wrote:
 This patch adds a setlocal command to the beginning of build.bat. This
 is required to deal with buildenv.bat properly, so that PATH (for
 example) doesn't expand infintly. Per report from Joachim Wieland.

Applied, thanks.

-Neil



---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Re: [pgsql-patches] setlocal to build.bat

2007-01-25 Thread Bruce Momjian

Applied by Neil.

---

Magnus Hagander wrote:
 This patch adds a setlocal command to the beginning of build.bat. This
 is required to deal with buildenv.bat properly, so that PATH (for
 example) doesn't expand infintly.
 Per report from Joachim Wieland.
 
 //Magnus
 

[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 5: don't forget to increase your free space map settings

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDBhttp://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

   http://archives.postgresql.org