Re: [HACKERS] keeping track of connections

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: David Gould <dg@illustra.com>, brett@work.chicken.org, pgsql-hackers@postgreSQL.org
Date: 1998-06-06T11:43:19Z
Lists: pgsql-hackers
Bruce Momjian wrote:
> 
> > Strangely, the shared memory does not share a copy of the system catalog
> > cache. This seems like a real misfeature as the catalog data is very useful
> > to all the backends.
> 
> On TODO list. Vadim wants to do this, perhaps for 6.4(not sure):
> 
> * Shared catalog cache, reduce lseek()'s by caching table size in shared area

Yes, for 6.4...

Vadim