Are we leaking memory in vac_update_relstats ?
/* Fetch a copy of the tuple to scribble on */
ctup = SearchSysCacheCopy(RELOID,
ObjectIdGetDatum(relid),
0, 0, 0);This copy is not subsequently freed in the function. Thanks, Pavan -- Pavan Deolasee EnterpriseDB http://www.enterprisedb.com
