Re: Avoid memory leaks during ANALYZE's compute_index_stats() ? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Avoid memory leaks during ANALYZE's compute_index_stats() ?
Date
Msg-id 4CD89F63.6010800@agliodbs.com
Whole thread Raw
In response to Avoid memory leaks during ANALYZE's compute_index_stats() ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Avoid memory leaks during ANALYZE's compute_index_stats() ?
List pgsql-hackers
On 11/8/10 5:04 PM, Tom Lane wrote:
> The extra copying is a bit annoying, since
> it would add cycles while accomplishing nothing useful for index
> expressions with no intermediate results, but I'm thinking this is a
> must-fix.

I'd say that performance numbers is what to check on this.  How much
does it affect low-memory expressions to do the copying?

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Avoid memory leaks during ANALYZE's compute_index_stats() ?
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Removing pgsql_tmp files