1. 17 9月, 2003 3 次提交
  2. 16 9月, 2003 9 次提交
  3. 15 9月, 2003 12 次提交
  4. 14 9月, 2003 15 次提交
  5. 13 9月, 2003 1 次提交
    • B
      Attempt threading in this order: · b041d3e3
      Bruce Momjian 提交于
       *      use non-*_r function names if they are all thread-safe
       *          (NEED_REENTRANT_FUNCS=no)
       *      use *_r functions if they exist (configure test)
       *      do our own locking and copying of non-threadsafe functions
      
      New to this patch is the last option.
      b041d3e3