[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

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. ---

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

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