Re: ECPG patch 3, DESCRIBE [OUTPUT] support

From: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Dan Colish <dan(at)unencrypted(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Hans-Juergen Schoenig <hs(at)cybertec(dot)at>
Subject: Re: ECPG patch 3, DESCRIBE [OUTPUT] support
Date: 2009-12-15 09:33:13
Message-ID: 4B2757D9.4060808@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Boszormenyi Zoltan írta:
> New version, rebased to the previously sent
> new SQLDA patch.
>

New version, fixed some loose ends introduced by
the native mode and multi-tuple SQLDA. No more
build_sqlda() in ecpglib/descriptor.c, common code
is factored out for ECPGt_descriptor and ECPGt_sqlda
in ECPGdescribe().

--
Bible has answers for everything. Proof:
"But let your communication be, Yea, yea; Nay, nay: for whatsoever is more
than these cometh of evil." (Matthew 5:37) - basics of digital technology.
"May your kingdom come" - superficial description of plate tectonics

----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/

Attachment Content-Type Size
3-pg85-describe-16-ctxdiff.patch text/x-patch 82.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroyuki Yamada 2009-12-15 11:11:52 An example of bugs for Hot Standby
Previous Message Boszormenyi Zoltan 2009-12-15 09:30:59 Re: ECPG patch 2, SQLDA support