Skip to content
Snippets Groups Projects
  1. Feb 16, 2011
  2. Aug 29, 2005
  3. Dec 14, 2004
  4. Oct 24, 2004
    • 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
  5. Sep 11, 2004
  6. Aug 17, 2004
  7. Aug 12, 2004
  8. Apr 26, 2004
    • 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. Apr 23, 2004
Loading