Re: Optimize the function names variable - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Optimize the function names variable
Date
Msg-id 001201c368b6$0523ba70$3d283ddb@PbgX
Whole thread Raw
In response to Optimize the function names variable  (Shachar Shemesh <psql@shemesh.biz>)
List pgsql-odbc
> -----Original Message-----
> From: Shachar Shemesh
>
> Hi all,
>
> The attached patch changes the storage type of the debug
> "func" variables to be
> stored in the constant area of the program, and not store the
> pointers in memory
> by making them static and const.
>
> Not overly important in the grand scheme of things, but useful.

OK I would commit your change to cvs.

Thanks.
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: Re: large objects and pg 7.3.x with OpenOffice.org
Next
From: "Jol Valentine"
Date:
Subject: PostgreSQL ODBC: Bug with Insert when using parameters arrays ??