Re: Memory deallocation after calling cast function - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: Memory deallocation after calling cast function
Date
Msg-id 20140617153924.GV5162@toroid.org
Whole thread Raw
In response to Re: Memory deallocation after calling cast function  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Memory deallocation after calling cast function  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
At 2014-06-17 11:32:37 -0400, bruce@momjian.us wrote:
>
> > SRFs in the SELECT targetlist tend to leak memory; this is not easily
> > fixable, and nobody is likely to try hard considering the feature's on
> > the edge of deprecation anyhow.
> 
> Uh, what is replacing SRFs?  CTEs?

I don't think Tom was referring to SRFs in general, only putting them
directly into the targetlist of a SELECT.

-- Abhijit



pgsql-hackers by date:

Previous
From: Matheus de Oliveira
Date:
Subject: How about a proper TEMPORARY TABLESPACE?
Next
From: Andres Freund
Date:
Subject: Re: Memory deallocation after calling cast function