Ecpglib stores variables that are used in DECLARE statements in a global list.

Michael Meskes <meskes@postgresql.org>

Commit: 8cf82ac53e9a3d5dd86f16106e3398063a526817
Author: Michael Meskes <meskes@postgresql.org>
Date: 2012-01-05T13:08:45Z
Releases: 9.2.0
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