Re: ECPG dynamic cursor, SQLDA support

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, Hans-Juergen Schoenig <hs(at)cybertec(dot)at>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ECPG dynamic cursor, SQLDA support
Date: 2009-07-25 21:38:25
Message-ID: 3073cc9b0907251438n6bf3610em604c6aebbd220ea8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 24, 2009 at 4:51 AM, Boszormenyi Zoltan<zb(at)cybertec(dot)at> wrote:
> Hi,
>
> attached is our latest patch extending ECPG:
>

haven't tested this nor reviewed the code in detail, just some little questions:

1) This is in /src/interfaces/ecpg/ecpglib/sqlda.c, and doesn't seems
something we want in our files... looking at actual code seems like
ecpg.c have something similar but at least specify that it has the
same license as PostgreSQL

+ *
+ * (C) 2009 Cybertec GmbH
+ * Zoltán Böszörményi <zb(at)cybertec(dot)at>
+ * Hans-Jürgen Schönig <hs(at)cybertec(dot)at>
+ */

2) In src/interfaces/ecpg/include/sqltypes.h there some #if 0 added,
why are those? seems like something that doesn't need to be added

+ #if 0
+ #define SQLSET 19
+ #define SQLMULTISET 20
+ #define SQLLIST 21
+ #define SQLROW 22
+ #define SQLCOLLECTION 23
+ #define SQLROWREF 24
+ #endif

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-07-25 21:41:21 Re: autogenerating headers & bki stuff
Previous Message Robert Haas 2009-07-25 21:31:51 Re: Patch for 8.5, transformationHook