1. 22 5月, 2008 1 次提交
  2. 21 5月, 2008 3 次提交
  3. 20 5月, 2008 5 次提交
  4. 19 5月, 2008 2 次提交
    • T
      Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per · 63e98b55
      Tom Lane 提交于
      example from Rod Taylor.  On reflection the correct test here is for any
      polymorphic type, not specifically ANYARRAY as in the original coding.
      63e98b55
    • T
      Make another try at using -Wl,--as-needed to suppress linking of unnecessary · 2dad10f4
      Tom Lane 提交于
      shared libraries.  We've tried this before and had problems with libreadline
      not linking properly on some platforms, but that seems to be a libreadline
      bug that may have been fixed by now.  In any case, it's early enough in the
      8.4 devel cycle that we can afford to have some transient breakage while
      we work out any portability problems.
      
      On Darwin, we try -Wl,-dead_strip_dylibs, which seems to be the equivalent
      incantation there.
      2dad10f4
  5. 18 5月, 2008 12 次提交
  6. 17 5月, 2008 15 次提交
  7. 16 5月, 2008 2 次提交