Ecpglib stores variables that are used in DECLARE statements in a global list.
Michael Meskes <meskes@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ecpglib/connect.c | modified | +7 −0 |
| src/interfaces/ecpg/ecpglib/extern.h | modified | +9 −0 |
| src/interfaces/ecpg/ecpglib/misc.c | modified | +1 −6 |