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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: SQL functions returning pass-by-reference types were copying the
Date
Msg-id 20050410180431.EC93D5358B@svr1.postgresql.org
Whole thread Raw
List 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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        functions.c (r1.91 -> r1.91.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/functions.c.diff?r1=1.91&r2=1.91.4.1)

pgsql-committers by date:

Previous
From: kimhanse@pgfoundry.org (User Kimhanse)
Date:
Subject: tablelog - tablelog: Accept log_schema as 3rd arg in table_log() trigger
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: SQL functions returning pass-by-reference types were copying the