pgsql: SQL functions returning pass-by-reference types were copying the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: SQL functions returning pass-by-reference types were copying the
Date: 2005-04-10 18:04:21
Message-ID: 20050410180421.25B405356C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
SQL functions returning pass-by-reference types were copying the results
into the wrong memory context, resulting in a query-lifespan memory leak.
Bug is new in 8.0, I believe. Per report from Rae Stiening.

Modified Files:
--------------
pgsql/src/backend/executor:
functions.c (r1.96 -> r1.97)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/functions.c.diff?r1=1.96&r2=1.97)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-10 18:04:31 pgsql: SQL functions returning pass-by-reference types were copying the
Previous Message User Kimhanse 2005-04-10 18:04:16 tablelog - tablelog: Accept log_schema as 3rd arg in table_log() trigger