1. 07 Jan, 2010 2 commits
    • Tom Lane's avatar
      Make configure check the version of Perl we're building with, and reject · 55233c33
      Tom Lane authored
      versions < 5.8.  Also, if there's no Perl, emit a warning informing the
      user that he won't be able to build from a CVS pull.  This is exactly the
      same treatment we give Bison and Perl, and for the same reasons.
      55233c33
    • Tom Lane's avatar
      Alter the configure script to fail immediately if the C compiler does not · d15cb38d
      Tom Lane authored
      provide a working 64-bit integer datatype.  As recently noted, we've been
      broken on such platforms since early in the 8.4 development cycle.  Since
      it took nearly two years for anyone to even notice, it seems that the
      rationale for continuing to support such platforms has reached the point
      of non-existence.  Rather than thrashing around to try to make it work
      again, we'll just admit up front that this no longer works.
      
      Back-patch to 8.4 since that branch is also broken.
      
      We should go around to remove INT64_IS_BUSTED support, but just in HEAD,
      so that seems like material for a separate commit.
      d15cb38d
  2. 06 Jan, 2010 24 commits
  3. 05 Jan, 2010 14 commits