]> granicus.if.org Git - postgresql/commit
Win32 regression test fixes:
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Feb 2007 15:28:58 +0000 (15:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 Feb 2007 15:28:58 +0000 (15:28 +0000)
commit6fea31b6931b8b4c1c79b9f3fa2254c9b63d9c48
treef3aa6162d393ef49559b472af2ba8bdb0387a97c
parent51be14e9280a94d16f784c86c977afeaa2f69ad2
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
src/test/regress/pg_regress.c
src/test/regress/resultmap
src/tools/msvc/Solution.pm
src/tools/msvc/install.pl
src/tools/msvc/mkvcbuild.pl