1. 12 Sep, 1998 2 commits
    • Bruce Momjian's avatar
      Irix lock fix from Robert Bruccoleri · 6ee06b0f
      Bruce Momjian authored
      6ee06b0f
    • Bruce Momjian's avatar
      The pg_atoi() function uses strtol() to convert the string to numbers. Some · 786b1802
      Bruce Momjian authored
      implementations of strtol() treat empty strings ("") as invalid arguments
      while others convert this (erroneously, IHMO) to zero (0).  Assuming that the
      expected behaviour of pg_atoi() is to return 0 if it is passed an empty
      string, I am supplying the following patch to explictly check for an empty
      string in pg_atoi() and return 0 if the string is empty.  The patch will also
      trap a NULL character pointer being passed to pg_atoi() and will use elog() to
      print out an error message if the input char pointer is NULL.
      
      
      Billy G. Allie
      786b1802
  2. 11 Sep, 1998 10 commits
  3. 10 Sep, 1998 14 commits
  4. 09 Sep, 1998 5 commits
  5. 08 Sep, 1998 3 commits
  6. 07 Sep, 1998 5 commits
  7. 06 Sep, 1998 1 commit