Split-up ECPG patches

From: Böszörményi Zoltán <zb(at)cybertec(dot)at>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, michael(at)fam-meskes(dot)de
Cc: hs(at)cybertec(dot)at
Subject: Split-up ECPG patches
Date: 2009-07-15 17:17:17
Message-ID: 4A5E0F1D.7030004@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

as asked by Michael Meskes, I have split up our ECPG patchset:
1. dynamic cursorname (DECLARE :cursorname ..., etc)
2. SQLDA support in Informix compat mode (C structure used for
descriptor and data query)
3. DESCRIBE OUTPUT support for named and sqlda descriptors
4. "string" pseudo-type in Informix compat mode

Best regards,
Zoltán Böszörményi

Attachment Content-Type Size
pg85-1-dyncursor.patch text/x-patch 19.2 KB
pg85-2-sqlda.patch text/x-patch 30.5 KB
pg85-3-describe.patch text/x-patch 13.9 KB
pg85-4-string.patch text/x-patch 20.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Blewett 2009-07-15 17:53:01 Re: Add encoding support to COPY
Previous Message Andres Freund 2009-07-15 17:13:36 Re: [PATCH 3/3] Document geqo_seed variable.