Win32 regression test fixes:

Bruce Momjian <bruce@momjian.us>

Commit: 6fea31b6931b8b4c1c79b9f3fa2254c9b63d9c48
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-02-08T15:28:58Z
Releases: 8.3.0
Win32 regression test fixes:

For win32 in general, this makes it possible to run the regression tests
as an admin user by using the same restricted token method that's used
by pg_ctl and initdb.

For vc++, it adds building of pg_regress.exe, adds a resultmap, and
fixes how it runs the install.

Magnus Hagander

Files

PathChange+/−
src/test/regress/pg_regress.c modified +72 −2
src/test/regress/resultmap modified +3 −0
src/tools/msvc/install.pl modified +1 −0
src/tools/msvc/mkvcbuild.pl modified +8 −1
src/tools/msvc/Solution.pm modified +12 −12