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-30 19:55:27
Message-ID: CA+q6zcVxsmLd1781ub3upQ-CnYsxDZ1uf4o5=oYVA+=74HTjgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Wed, Nov 14, 2018 at 6:01 PM Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
>
> > 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?

Due to lack of response I'm marking this as returned with feedback.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2018-11-30 20:04:11 Re: pgbench doc fix
Previous Message Jakub Glapa 2018-11-30 19:20:49 Re: dsa_allocate() faliure