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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
