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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/cache (relcache.c)
Date: 2001-01-06 21:53:19
Message-ID: 200101062153.f06LrJj88141@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, January 6, 2001 @ 16:53:19
Author: tgl

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

Modified Files:
relcache.c

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

Fix memory leak in relcache handling of rules: allocate rule parsetrees
in per-entry sub-memory-context, where they were supposed to go, rather
than in CacheMemoryContext where the code was putting them. Must've
suffered a severe brain fade when I wrote this :-(

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-01-06 21:59:39 pgsql/src/backend/utils/mmgr (aset.c)
Previous Message petere 2001-01-06 21:24:01 pgsql (GNUmakefile.in)