pgsql: Add a setlocal command to the beginning of build.bat. - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Add a setlocal command to the beginning of build.bat.
Date
Msg-id 20070125194833.E92009FB645@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Removed compiler warning due to unneeded unsigned declaration.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update Win32 exception comment.