1. 29 Aug, 2005 1 commit
  2. 14 Dec, 2004 2 commits
  3. 24 Oct, 2004 1 commit
    • Tom Lane's avatar
      If we're going to test for switch validity by observing whether the · 9b3fc492
      Tom Lane authored
      compiler emits any warnings, the test program had better be 100%
      correct, not only 90% correct.  The recent addition of -Wold-style-definition
      broke thread-safety detection on every platform that has that switch,
      because the test program used an old-style definition.
      9b3fc492
  4. 11 Sep, 2004 2 commits
  5. 17 Aug, 2004 1 commit
  6. 16 Aug, 2004 1 commit
  7. 12 Aug, 2004 2 commits
  8. 26 Apr, 2004 1 commit
    • Bruce Momjian's avatar
      Unconditionally define: · 30a06fe2
      Bruce Momjian authored
      	-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
      
      for all ports.  It can't hurt if they are not supported, but it makes
      our job easier for porting.
      
      Should fix Darwin compile and other platforms without mucking with the
      thread detection code.
      30a06fe2
  9. 23 Apr, 2004 1 commit