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

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

From
Michael Meskes
Date:
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(-)