Squash longstanding memory leak: when catcache.c copied a tuple into
the cache context, it didn't bother to free the tuple that CatalogIndexFetchTuple had allocated in the transaction context. Do enough cache lookups in the same xact, and you start to notice...
Showing
Please register or sign in to comment