Re: [HACKERS] suspected problem with cache updates

Поиск
Список
Период
Сортировка
От darrenk@insightdist.com (Darren King)
Тема Re: [HACKERS] suspected problem with cache updates
Дата
Msg-id 9803131739.AA65512@ceodev
обсуждение исходный текст
Ответы Re: [HACKERS] suspected problem with cache updates  (jwieck@debis.com (Jan Wieck))
Re: [HACKERS] suspected problem with cache updates  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: PL/PgSQL discussion
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] suspected problem with cache updates