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(-)
pgsql-committers by date
| Next: | From: User Rbt | Date: 2012-01-05 15:22:28 |
| Subject: autodoc - autodoc: Update schema for Docbook 4.5. |
| Previous: | From: Tom Lane | Date: 2012-01-04 23:31:48 |
| Subject: pgsql: Make executor's SELECT INTO code save and restore originaltuple |