1. 27 Jan, 2011 1 commit
    • Tom Lane's avatar
      Change inv_truncate() to not repeat its systable_getnext_ordered() scan. · 7ab6f2da
      Tom Lane authored
      In the case where the initial call of systable_getnext_ordered() returned
      NULL, this function would nonetheless call it again.  That's undefined
      behavior that only by chance failed to not give visibly incorrect results.
      Put an if-test around the final loop to prevent that, and in passing
      improve some comments.  No back-patch since there's no actual failure.
      
      Per report from YAMAMOTO Takashi.
      7ab6f2da
  2. 26 Jan, 2011 15 commits
  3. 25 Jan, 2011 9 commits
  4. 24 Jan, 2011 11 commits
  5. 23 Jan, 2011 4 commits