1. 07 Jan, 2006 1 commit
    • Tom Lane's avatar
      During CatCacheRemoveCList, we must now remove any members that are · 7eb54281
      Tom Lane authored
      dead and have become unreferenced.  Before 8.1, such members were left
      for AtEOXact_CatCache() to clean up, but now AtEOXact_CatCache isn't
      supposed to have anything to do.  In an assert-enabled build this bug
      leads to an assertion failure at transaction end, but in a non-assert
      build the dead member is effectively just a small memory leak.
      Per report from Jeremy Drake.
      7eb54281
  2. 06 Jan, 2006 7 commits
  3. 05 Jan, 2006 19 commits
  4. 04 Jan, 2006 2 commits
  5. 03 Jan, 2006 6 commits
  6. 02 Jan, 2006 5 commits