pgsql: Avoid leaking memory while reading toasted entries from

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid leaking memory while reading toasted entries from
Date: 2006-01-08 20:04:42
Message-ID: 20060108200442.2E7499DC884@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid leaking memory while reading toasted entries from pg_rewrite,
and nail a couple more system indexes into cache. This doesn't make
any difference in normal system operation, but when forcing constant
cache resets it's difficult to get through the rules regression test
without these changes.

Modified Files:
--------------
pgsql/src/backend/utils/cache:
relcache.c (r1.234 -> r1.235)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c.diff?r1=1.234&r2=1.235)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-08 20:13:33 pgsql: Recent patch broke guc.c for non-USE_ASSERT_CHECKING case.
Previous Message Andrew Dunstan 2006-01-08 19:45:44 Re: pgsql: Stop perl from hijacking stdio and other