Re: [PATCH] Remove unncessary localtime() calls during data type conversion - Mailing list pgsql-odbc

From Michael Paquier
Subject Re: [PATCH] Remove unncessary localtime() calls during data type conversion
Date
Msg-id CAB7nPqR-_Hg49Kq2YmzzO-gBGSzfMukSxr7NpH=+BMeNPdt32g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Remove unncessary localtime() calls during data type conversion  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Responses Re: [PATCH] Remove unncessary localtime() calls during data type conversion  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-odbc
Hi Inoue-san,

On Fri, Apr 29, 2016 at 7:58 AM, Inoue, Hiroshi
<h-inoue@dream.email.ne.jp> wrote:
> On 2016/04/25 15:30, Michael Paquier wrote:
>> I am attaching patch 0002 that is a rebase of the main patch for HEAD,
>> that introduces no regressions based on the tests I have added in
>> 0001. 0002 is proving to improve performance of the ODBC driver by
>> more or less 20% by reducing those localtime() calls in perf specs for
>> an application that is pretty hot with SQLFetch. That's quite
>> something.
>
> I would take care of  the patches.

Thanks! If you need any help regarding those things, just don't
hesitate to ping me. I can easily allocate even company time for this
stuff.
--
Michael


pgsql-odbc by date:

Previous
From: "Inoue, Hiroshi"
Date:
Subject: Re: [PATCH] Remove unncessary localtime() calls during data type conversion
Next
From: Adrian Klaver
Date:
Subject: Re: ODP: ODP: Problem with the psqlodbc driver