- 12 Jun, 2007 1 commit
-
-
Magnus Hagander authored
regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds. Fix ECPG thread tests for MSVC build (incl output files). Joachim Wieland and Magnus Hagander
-
- 31 May, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 08 Feb, 2007 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
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
-
- 07 Feb, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 01 Feb, 2007 1 commit
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash".
-
- 19 Jan, 2007 2 commits
-
-
Alvaro Herrera authored
"input" and "output" dirs be necessarily present.
-
Alvaro Herrera authored
the generated files, to help Visual C++ to run these tests. The tests still pass in VPATH and normal builds. Patch from Magnus Hagander, editorialized by me.
-
- 05 Jan, 2007 2 commits
-
-
Bruce Momjian authored
back-stamped for this.
-
Andrew Dunstan authored
Call setrlimit if possible in pg_regress to allow core file generation, and provide a switch for similar behaviour in pg_ctl.
-
- 04 Oct, 2006 1 commit
-
-
Bruce Momjian authored
-
- 24 Sep, 2006 1 commit
-
-
Tom Lane authored
'postmaster', so as not to depend on the existence of the postmaster symlink. Also, implement postmaster-still-alive and postmaster-kill operations for Windows, per Magnus.
-
- 19 Sep, 2006 1 commit
-
-
Tom Lane authored
-
- 13 Aug, 2006 1 commit
-
-
Tom Lane authored
so that it won't interfere with later trials. Per recent buildfarm experience. Anyone know how to do this on Windows?
-
- 01 Aug, 2006 2 commits
-
-
Bruce Momjian authored
-
Andrew Dunstan authored
have pg_regress fall back on testing with the canonical results file if an alternative test is specified but none succeeds.
-
- 30 Jul, 2006 1 commit
-
-
Bruce Momjian authored
because they are used for testing the return value from system(). (WIN32 doesn't overlay the return code with other failure conditions like Unix does, so they are just simple macros.) Fix regression checks to properly handle diff failures on Win32 using the new macros.
-
- 27 Jul, 2006 1 commit
-
-
Tom Lane authored
with restrictive permissions, which was not the behavior of the shell script and doesn't seem very desirable. Use the umask setting instead.
-
- 25 Jul, 2006 2 commits
-
-
Tom Lane authored
configuration files that can be altered by a DBA. The australian_timezones GUC setting disappears, replaced by a timezone_abbreviations setting (set this to 'Australia' to get the effect of australian_timezones). The list of zone names defined by default has undergone a bit of cleanup, too. Documentation still needs some work --- in particular, should we fix Table B-4, or just get rid of it? Joachim Wieland, with some editorializing by moi.
-
Andrew Dunstan authored
-
- 24 Jul, 2006 1 commit
-
-
Andrew Dunstan authored
-
- 22 Jul, 2006 1 commit
-
-
Andrew Dunstan authored
-
- 21 Jul, 2006 1 commit
-
-
Tom Lane authored
pg_regress: there's no other way to cope with testing a relocated installation. Seems better to call it --psqldir though, since the only thing we need to find in that case is psql. It'd be better if we could use find_other_exec, but that's not happening unless we are willing to install pg_regress alongside psql, which seems unlikely to happen.
-
- 20 Jul, 2006 5 commits
-
-
Tom Lane authored
the check on diff's exit status to check for literally 0 or 1. Someone should look into why WIFEXITED/WEXITSTATUS don't work for this, but I've spent more than enough time on it already.
-
Tom Lane authored
May help in debugging behavior on Windows.
-
Tom Lane authored
-
Tom Lane authored
not when they're started. This mimics a subtle point of the behavior of the old shell script, and gives better feedback when watching the tests.
-
Tom Lane authored
switches passed from the Makefile. This looks like it will fix problem with virtual vs real paths under msys.
-
- 19 Jul, 2006 5 commits
-
-
Tom Lane authored
just exec instead of creating a subprocess. This reduces process usage from four processes per parallel test to two. I have no idea whether a comparable optimization is possible or useful in the Windows port.
-
Tom Lane authored
'make install' or 'initdb' fails. Also minor simplification of fgets() usage --- fgets guarantees a trailing null anyway.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
This allows it to be used on Windows without installing mingw (though you do still need 'diff'), and opens the door to future improvements such as message localization. Magnus Hagander and Tom Lane.
-