pgsql: Fix minor memory leak introduced in recent SQL-functions hacking: - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix minor memory leak introduced in recent SQL-functions hacking:
Date
Msg-id 20081127001005.8E69A7545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix minor memory leak introduced in recent SQL-functions hacking: the
DestReceiver created during postquel_start needs to be destroyed during
postquel_end.  In a moment of brain fade I had assumed this would be taken
care of by FreeQueryDesc, but it's not (and shouldn't be).

Modified Files:
--------------
    pgsql/src/backend/executor:
        functions.c (r1.128 -> r1.129)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/functions.c?r1=1.128&r2=1.129)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Quick win32 fixes.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak wording of DISCARD ALL description to avoid giving the