Boszormenyi Zoltan <zb(at)cybertec(dot)at> writes:
> I had a report about ECPG code crashing which involved
> a query using a date field. Attached is a one liner fix to make
> the date type's offset computed consistently across
> sqlda_common_total_size(), sqlda_compat_total_size() and
> sqlda_native_total_size().
Is this really the only issue there? I notice discrepancies among those
three routines for some other types too, notably ECPGt_timestamp and
ECPGt_interval.
regards, tom lane