pgsql: Hopefully fixing memory handling issues in ecpglib that Coverity

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Hopefully fixing memory handling issues in ecpglib that Coverity
Date: 2019-02-26 09:58:07
Message-ID: E1gyZV1-0007ff-3A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hopefully fixing memory handling issues in ecpglib that Coverity found.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0cc0507940c1cf4153fc25c8f6f4f75adada86d0

Modified Files
--------------
src/interfaces/ecpg/ecpglib/execute.c | 37 ++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2019-02-26 11:00:55 pgsql: Free memory in ecpg bytea regression test.
Previous Message Amit Kapila 2019-02-26 09:28:22 Re: pgsql: Avoid creation of the free space map for small heap relations, t