Ecpglib stores variables that are used in DECLARE statements in a global list.
authorMichael Meskes <meskes@postgresql.org>
Thu, 5 Jan 2012 13:08:45 +0000 (14:08 +0100)
committerMichael Meskes <meskes@postgresql.org>
Thu, 5 Jan 2012 13:08:45 +0000 (14:08 +0100)
commit8cf82ac53e9a3d5dd86f16106e3398063a526817
treeb176e03222f8ad171d8a35b1e468149e989ab9f0
parentdfd26f9c5f371437f243249025863ea9911aacaa
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
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/misc.c