Win32 regression test fixes:
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |