Thread: setlocal to build.bat
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
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 bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. +
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
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 bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. +