Re: Add function to release an allocated SQLDA

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: kato-sho(at)jp(dot)fujitsu(dot)com
Cc: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add function to release an allocated SQLDA
Date: 2018-11-14 17:01:48
Message-ID: CA+q6zcXu1NnbUT3GtUAnMNOud0C4R53U97uyXN1uVPy5m52d-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Wed, 13 Jun 2018 at 06:30, Kato, Sho <kato-sho(at)jp(dot)fujitsu(dot)com> wrote:
>
> I add a function called ECPGfreeSQLDA() becasue there is no API for releasing the SQLDA stored the result set.
>
> On Mon, 18 Jun 2018 at 07:42, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> wrote:
>
> I wonder how other ESQL/C implementations deal with this stuff (...)
> To allow that type of usage, we would need two new functions: (...)

Thank you for the patch. Unfortunately, judging from the cfbot.cputube.org it
can't be applied anymore to the current master. Could you please rebase the
code and address the reviewer feedback?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Verite 2018-11-14 17:22:09 Re: Doc patch on psql output formats
Previous Message Dmitry Dolgov 2018-11-14 16:48:47 Re: Index Skip Scan