Re: Binary transfer patches v15 - sending part was missing

From: Mikko Tiihonen <mikko(dot)tiihonen(at)nitorcreations(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Binary transfer patches v15 - sending part was missing
Date: 2011-09-23 17:01:22
Message-ID: 4E7CBB62.3020909@nitorcreations.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 09/22/2011 03:54 PM, Dave Cramer wrote:
> Mikko,
>
> As this is a development branch I have committed as is so that others
> can easily build and test it. Thanks for the great work!

Hi,

Here's one missing piece of the binary patches - the sending part was accidentally dropped during my quilt patch management exercises.
It passes all unit tests.

And while looking into it I noticed that the previous binary-send patches did not handle correctly the case of pre 8.1 server where the
parameter index needs to be adjusted before binding the prepared statement parameters.

-Mikko

Attachment Content-Type Size
binary-send.patch text/plain 3.3 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message alexbruy 2011-09-23 18:21:58 Re: Prepared statement with function as argument: how to bind values?
Previous Message Maciek Sakrejda 2011-09-23 16:28:59 Re: Prepared statement with function as argument: how to bind values?