pgsql: Plug more memory leaks when reloading config file.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Plug more memory leaks when reloading config file.
Date: 2014-01-21 14:54:02
Message-ID: E1W5ciI-0000sl-Of@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Plug more memory leaks when reloading config file.

Commit 138184adc5f7c60c184972e4d23f8cdb32aed77d plugged some but not
all of the leaks from commit 2a0c81a12c7e6c5ac1557b0f1f4a581f23fd4ca7.
This tightens things up some more.

Amit Kapila, per an observation by Tom Lane

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/efcdb625b3a7e7142b2bd8990afcef380e0c621e

Modified Files
--------------
src/backend/utils/misc/guc-file.l | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-21 15:03:31 pgsql: Avoid a possible relcache leak in get_object_address_attribute.
Previous Message Alvaro Herrera 2014-01-20 20:14:56 pgsql: Expose a routine to print triggers during EXPLAIN ANALYZE