pgsql: Fix intoasc() in Informix compat lib. This function used to be a

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix intoasc() in Informix compat lib. This function used to be a
Date: 2015-06-13 09:23:17
Message-ID: E1Z3hen-0003QG-EV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix intoasc() in Informix compat lib. This function used to be a noop.

Patch by Michael Paquier

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/70767ac268de045b14fb7d6e570071f37ce13e74

Modified Files
--------------
src/interfaces/ecpg/compatlib/informix.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-06-13 11:37:21 Re: pgsql: Fixed some memory leaks in ECPG.
Previous Message Michael Meskes 2015-06-13 09:06:50 Re: pgsql: Fixed some memory leaks in ECPG.