Re: Optimize the function names variable

From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
To: "'Shachar Shemesh'" <psql(at)shemesh(dot)biz>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Optimize the function names variable
Date: 2003-08-22 14:02:26
Message-ID: 001201c368b6$0523ba70$3d283ddb@PbgX
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Jol Valentine 2003-08-26 04:34:16 PostgreSQL ODBC: Bug with Insert when using parameters arrays ??
Previous Message Hiroshi Inoue 2003-08-21 21:17:10 Re: large objects and pg 7.3.x with OpenOffice.org