Re: Review of "SQLDA support for ECPG" - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Review of "SQLDA support for ECPG"
Date
Msg-id 603c8f070910080344k14b0e6bdybfc99f29e9287727@mail.gmail.com
Whole thread Raw
In response to Re: Review of "SQLDA support for ECPG"  (Boszormenyi Zoltan <zb@cybertec.at>)
Responses Re: Review of "SQLDA support for ECPG"
List pgsql-hackers
On Thu, Oct 8, 2009 at 6:22 AM, Boszormenyi Zoltan <zb@cybertec.at> wrote:
> Noah Misch írta:
>> I will report on the sqlda patch in more detail on
>> 2009-10-10.
>
> I am attaching a new one, please review this. Changes:
> - set sqllen, sqlind, sqlilen and sqlitype per-field properties
> - SQLINT8 and SQLSERIAL8 are ECPGt_long on 64-bit, not ECPGt_long_long
>
>>   The one concern that's clear now is a lack of documentation update.
>>
>
> That will come in a separate patch.

What's the point of that?  It can't be applied without documentation,
and it just makes life more complicated to have two separate patch
files floating around.

...Robert


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: COPY enhancements
Next
From: Robert Haas
Date:
Subject: Re: Writeable CTEs and side effects