pgsql: Ecpglib stores variables that are used in DECLARE statements in

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ecpglib stores variables that are used in DECLARE statements in
Date: 2012-01-05 13:10:18
Message-ID: E1Rin5G-0003V2-HY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ecpglib stores variables that are used in DECLARE statements in a global list.
This list is now freed when the last connection has been closed.

Closes: #6366

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8cf82ac53e9a3d5dd86f16106e3398063a526817

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c | 7 +++++++
src/interfaces/ecpg/ecpglib/extern.h | 9 +++++++++
src/interfaces/ecpg/ecpglib/misc.c | 7 +------
3 files changed, 17 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Rbt 2012-01-05 15:22:28 autodoc - autodoc: Update schema for Docbook 4.5.
Previous Message Tom Lane 2012-01-04 23:31:48 pgsql: Make executor's SELECT INTO code save and restore original tuple