Re: [GENERAL] intagg memory leak

2008-06-06 Thread Tom Lane
Sam Mason <[EMAIL PROTECTED]> writes: > I'm seeing big memory leaks when doing a query like: > SELECT d.source_loc_id, d.movement_date - '2006-1-1', > array_to_string(int_array_aggregate(l.source_ls_id),' ') AS livestockids > FROM movedates d, livestock_locations l > WHERE l.source_loc_i

[GENERAL] intagg memory leak

2008-06-06 Thread Sam Mason
Hi, I've been using the intagg code to perform aggregations under the assumption that it's going to be more efficient than the array_accum documented elsewhere[1]. I'm seeing big memory leaks when doing a query like: SELECT d.source_loc_id, d.movement_date - '2006-1-1', array_to_string(int