Re: Memory deallocation after calling cast function

From: Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Soroosh Sardari <soroosh(dot)sardari(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Memory deallocation after calling cast function
Date: 2014-06-17 15:39:25
Message-ID: 20140617153924.GV5162@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2014-06-17 11:32:37 -0400, bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-06-17 15:42:41 Re: Memory deallocation after calling cast function
Previous Message Matheus de Oliveira 2014-06-17 15:34:36 How about a proper TEMPORARY TABLESPACE?