1. 12 Aug, 2004 3 commits
    • Bruce Momjian's avatar
      Add make_native_path() because Win32 COPY is an internal CMD.EXE command · 6525b42b
      Bruce Momjian authored
      and doesn't process forward slashes in the same way as external
      commands.  Quoting the first argument to COPY does not convert forward
      to backward slashes, but COPY does properly process quoted forward
      slashes in the second argument.
      
      Win32 COPY works with quoted forward slashes in the first argument only if the
      current directory is the same as the directory of the first argument.
      6525b42b
    • Bruce Momjian's avatar
      Be more aggressive about adding flags to thread compiles. The configure · e48322a6
      Bruce Momjian authored
      test only tests for building a binary, not building a shared library.
      
      On Linux, you can build a binary with -pthread, but you can't build a
      binary that uses a threaded shared library unless you also use -pthread
      when building the binary, or adding -lpthread to the shared library
      build.  This patch has the effect of doing the later by adding both
      -pthread and -lpthread when building libpq.
      e48322a6
    • Bruce Momjian's avatar
      Minor style cleanup of thread test script. · 19f1370b
      Bruce Momjian authored
      19f1370b
  2. 11 Aug, 2004 11 commits
  3. 10 Aug, 2004 10 commits
  4. 09 Aug, 2004 9 commits
  5. 08 Aug, 2004 7 commits