1. 18 Jul, 1998 3 commits
    • Bruce Momjian's avatar
      On architectures where we don't have any special inline code for · a93f3974
      Bruce Momjian authored
      GCC, the inner "#if defined(__GNUC__)" can just be omitted in that
      architecture's block.
      
      The existing arrangement with an outer "#if defined(__GNUC__)"
      doesn't have any obvious benefit, and it encourages missed cases
      like this one.
      
      
      BTW, I'd suggest making the definition of clear_lock for HPUX be
      
      static const slock_t clear_lock = {{-1, -1, -1, -1}};
      
      The extra braces are needed to suppress warnings from gcc, and
      declaring it const just seems like good practice.
      
      			regards, tom lane
      a93f3974
    • Bruce Momjian's avatar
      Thank you for testing and reporting this. It is my fault of course, · b4746648
      Bruce Momjian authored
      but as I don't have access to a sparc for testing I just did what
      I could. I am guessing here, but please apply the following to your
      pgsql and let me know what happens. Also, cd to src/storage/buffer
      and do 'make s_lock_test' as well.
      
      David Gould
      b4746648
    • Bruce Momjian's avatar
      Rename Rel to RelOptInfo. · 584f9438
      Bruce Momjian authored
      584f9438
  2. 17 Jul, 1998 1 commit
  3. 16 Jul, 1998 3 commits
  4. 15 Jul, 1998 6 commits
  5. 14 Jul, 1998 6 commits
  6. 13 Jul, 1998 5 commits
  7. 12 Jul, 1998 7 commits
  8. 11 Jul, 1998 1 commit
  9. 09 Jul, 1998 8 commits