pgsql: Add a setlocal command to the beginning of build.bat.

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a setlocal command to the beginning of build.bat.
Date: 2007-01-25 19:48:33
Message-ID: 20070125194833.E92009FB645@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add 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, patch from Magnus.

Modified Files:
--------------
pgsql/src/tools/msvc:
build.bat (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/build.bat.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-25 21:50:49 pgsql: Update Win32 exception comment.
Previous Message Michael Meskes 2007-01-25 16:45:25 pgsql: Removed compiler warning due to unneeded unsigned declaration.