pgsql: Fix double frees in ecpg. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Fix double frees in ecpg.
Date
Msg-id E1evuQi-0002oo-F7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix double frees in ecpg.

Patch by Patrick Krecker <patrick@judicata.com>

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8e3f3ab5b85a230e9a008c743402c3e5a43085a1

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Add COSTS off to two EXPLAIN using tests.
Next
From: David Rowley
Date:
Subject: Re: pgsql: Move strtoint() to common