Avoid leaking memory while reading toasted entries from pg_rewrite,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: edfbd0744a3e238ff297e907da5cf39e8433a068
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-08T20:04:41Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/backend/utils/cache/relcache.c modified +39 −21