1. 26 Mar, 2001 6 commits
  2. 25 Mar, 2001 12 commits
  3. 24 Mar, 2001 10 commits
  4. 23 Mar, 2001 9 commits
  5. 22 Mar, 2001 3 commits
    • Tom Lane's avatar
      Fix Joubert's complaint that int8-sized numeric literals are mishandled · b32cac80
      Tom Lane authored
      on Alpha (because parser mistakenly assumes that a nonoverflow result
      from strtol means the value will fit into int4).  A scan for other uses
      of strtol and strtoul found a couple other places with the same mistake;
      fix them too.  The changes are all conditional on HAVE_LONG_INT_64 to
      avoid complaints from compilers that think x != x is a silly test
      (cf. pg_atoi).
      b32cac80
    • Bruce Momjian's avatar
      Run pgindent on _int.c, for Tom Lane. I had skipped this file because · 339cd6b9
      Bruce Momjian authored
      of a complex macro that pgindent complained about.  Hand-adjusted macro
      for pgindent run.
      339cd6b9
    • Marc G. Fournier's avatar
      · 69a2c2ba
      Marc G. Fournier authored
      geometry tests 'FAILED' from a precision standpoint, but differently then
      what solaris-precision takes into account ... its possible that solaris-precision
      is 'stale', but created a new one "just in case" ...
      69a2c2ba