Neil Conway d3a4d63387 mbutils was previously doing some allocations, including invoking
fmgr_info(), in the TopMemoryContext. I couldn't see that the code
actually leaked, but in general I think it's fragile to assume that
pfree'ing an FmgrInfo along with its fn_extra field is enough to
reclaim all the resources allocated by fmgr_info().  I changed the
code to do its allocations in a new child context of
TopMemoryContext, MbProcContext. When we want to release the
allocations we can just reset the context, which is cleaner.
2006-01-12 22:04:02 +00:00
..
2006-01-11 21:24:30 +00:00
2006-01-05 03:01:38 +00:00
2006-01-05 03:01:38 +00:00
2006-01-05 03:01:38 +00:00
2006-01-05 03:01:38 +00:00