| From: | Marko Kreen <markokr(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Postgres Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [patch] libpq one-row-at-a-time API |
| Date: | 2012-06-17 11:14:58 |
| Message-ID: | CACMqXCKSHV+dZmUw95cEhus=3+t5-6v3MCcsSE4a_sNYAe20eg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, Jun 16, 2012 at 7:58 PM, Marko Kreen <markokr(at)gmail(dot)com> wrote:
> So my preference would be to simply remove the callback API
> but keep the processing and provide PQgetRowData() instead.
This is implemented in attached patch. It also
converts dblink to use single-row API.
The patch should be applied on top of previous
single-row patch.
Both can be seen also here:
https://github.com/markokr/postgres/commits/single-row
--
marko
| Attachment | Content-Type | Size |
|---|---|---|
| remove-rowproc.diff.gz | application/x-gzip | 9.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Misa Simic | 2012-06-17 11:16:55 | Re: [PATCH] Support for foreign keys with arrays |
| Previous Message | Simon Riggs | 2012-06-17 11:07:25 | Re: [patch] libpq one-row-at-a-time API |