pgsql: Avoid a possible relcache leak in get_object_address_attribute.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid a possible relcache leak in get_object_address_attribute.
Date: 2014-01-21 15:03:31
Message-ID: E1W5crT-00012c-BN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid a possible relcache leak in get_object_address_attribute.

There's no apparent way to trigger this, so I'm not going to worry
about back-patching it for now. But it's still wrong.

Marti Raudsepp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5709b8acc67d80584e9623a1d355374b580c95e8

Modified Files
--------------
src/backend/catalog/objectaddress.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-21 16:30:09 Re: pgsql: Plug more memory leaks when reloading config file.
Previous Message Robert Haas 2014-01-21 14:54:02 pgsql: Plug more memory leaks when reloading config file.