pgsql: Add perl replacements for build.bat and vcregress.bat.

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add perl replacements for build.bat and vcregress.bat.
Date: 2007-09-23 21:52:56
Message-ID: 20070923215256.4221D753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add perl replacements for build.bat and vcregress.bat. In due course
the .bat files will be altered to become tiny wrappers for these scripts,
and one or two other .bat files will disappear.

Added Files:
-----------
pgsql/src/tools/msvc:
build.pl (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/build.pl?rev=1.1&content-type=text/x-cvsweb-markup)
vcregress.pl (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?rev=1.1&content-type=text/x-cvsweb-markup)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-23 23:39:37 pgsql: Replace linear searches with binary searches in pg_dump's code to
Previous Message Tom Lane 2007-09-23 21:36:42 pgsql: Fix bugs in XML binary I/O functions.