Re: [HACKERS] suspected problem with cache updates

From: darrenk(at)insightdist(dot)com (Darren King)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] suspected problem with cache updates
Date: 1998-03-13 17:39:24
Message-ID: 9803131739.AA65512@ceodev
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >
> > 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-03-13 17:50:23 Re: PL/PgSQL discussion
Previous Message sferac 1998-03-13 17:28:31 Re: AW: [HACKERS] Begin statement again