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

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

Patch by Patrick Krecker <patrick@judicata.com>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8559b40c5e3fb068d0dfd81d4a5a9f7411f2cbba

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