libpq: Fix memory leak
If a client encoding is specified as a connection parameter (or
environment variable), internal storage allocated for it would never
be freed.
Branch
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/0ba7ff5fa542c1cf77bac001c534ff0c82b2fde2
Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
pgsql-committers by date
| Next: | From: Tatsuo Ishii | Date: 2012-03-11 10:19:33 |
| Subject: pgsql: Add description for --no-locale and --text-search-config. |
| Previous: | From: Tom Lane | Date: 2012-03-10 23:37:07 |
| Subject: pgsql: Restructure SPGiST opclass interface API to supportwhole-index |