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

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