Thread

  1. Re: [HACKERS] suspected problem with cache updates

    Darren King <darrenk@insightdist.com> — 1998-03-13T17:39:24Z

    > > 
    > > I've noticed recently that after making certain changes to the
    > > database (adding indices, attributes) they aren't immediately known
    > > about.  for example, I add an attribute, then try to update that
    > > attribute it tells me it doesn't exist.  if I exist psql and start a
    > > new connection all is well.  but it doesn't happen consistently..
    > > 
    > > 
    > 
    >     Looks like problems in the syscache/catcache invalidation
    >     routines.
    > 
    
    This existed in an older version, but I could almost swear that someone
    fixed it.
    
    Bruce, do you have old versions of the TODO lists around to check on
    this one?  I specifically remember the part about adding an attribute
    and it not being there until the next session.
    
    darrenk