pgsql: Fix a potential double-free in ecpg.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a potential double-free in ecpg.
Date: 2017-03-10 09:52:20
Message-ID: E1cmHDg-0000Ol-QW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a potential double-free in ecpg.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/interfaces/ecpg/preproc/pgc.l | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-10 14:46:23 pgsql: dblink: Replace some macros by static functions
Previous Message Tom Lane 2017-03-10 04:50:27 Re: pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.