pgsql/src/backend/utils/cache (relcache.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/cache (relcache.c)
Date: 2000-05-21 02:28:56
Message-ID: 200005210228.WAA77921@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, May 20, 2000 @ 22:28:55
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/cache
from hub.org:/home/projects/pgsql/tmp/cvs-serv77908/backend/utils/cache

Modified Files:
relcache.c

----------------------------- Log Message -----------------------------

Repair memory leaks that caused CacheCxt to grow without bound. We
really ought to fix relcache entry construction so that it does not
do so much with CurrentMemoryContext = CacheCxt. As is, relatively
harmless leaks in either sequential or index scanning translate to
permanent leaks if they occur when called from relcache build.
For the moment, however, the path of least resistance is to repair
all such leaks...

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-05-21 21:19:53 pgsql/src/backend/libpq (pqcomm.c)
Previous Message Tom Lane 2000-05-21 02:28:55 pgsql/src/backend/access/heap (heapam.c)