1. 13 Oct, 1996 3 commits
    • Bruce Momjian's avatar
      Added consistent include file handling for MAXHOSTNAMELEN. · 86be8677
      Bruce Momjian authored
      If I have introduced any syntax errors with this, I will patch them in
      the morning, and Marc will have a good laugh.
      86be8677
    • Bruce Momjian's avatar
      I checked the alter table code, and started suspecting the relation · abb1b3e7
      Bruce Momjian authored
      cache.  I found if I manually added a line to flush the whole relation
      cache, the assert error disappeared.  Looking through the code, I found
      that the relation cache is flushed at the end of each query if the
      reference count is zero for the relation.  However, printf's showed that
      the rd_relcnt(reference count) for the accessed query was not returning
      to zero after each query.
      
      It turns out the parser was doing a heap_ropen in parser/analyze.c to
      get information about the table's columns, but was not doing a
      heap_close.
      
      This was causing the query after the ALTER TABLE ADD to see the old
      table structure, and the executor's assert was reporting the problem.
      abb1b3e7
    • Bryan Henderson's avatar
      bef3c89a
  2. 12 Oct, 1996 4 commits
  3. 11 Oct, 1996 6 commits
  4. 10 Oct, 1996 2 commits
  5. 09 Oct, 1996 1 commit
  6. 08 Oct, 1996 5 commits
  7. 07 Oct, 1996 11 commits
  8. 05 Oct, 1996 8 commits