1. 01 Aug, 2006 2 commits
  2. 30 Jul, 2006 1 commit
    • Bruce Momjian's avatar
      Fix WIN32 wait() return value macros to be accurate, particularly · 1a271f0c
      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.
      1a271f0c
  3. 27 Jul, 2006 1 commit
  4. 25 Jul, 2006 2 commits
  5. 24 Jul, 2006 1 commit
  6. 22 Jul, 2006 1 commit
  7. 21 Jul, 2006 1 commit
    • Tom Lane's avatar
      Ah, I finally realize why Magnus wanted to add a --bindir option to · bc660c42
      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.
      bc660c42
  8. 20 Jul, 2006 5 commits
  9. 19 Jul, 2006 5 commits