Optimize the function names variable

From: Shachar Shemesh <psql(at)shemesh(dot)biz>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Optimize the function names variable
Date: 2003-08-21 10:36:02
Message-ID: 1061462162.3f44a092b64e7@latenight.fiasco.org.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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.

Shachar

Attachment Content-Type Size
stringopt.diff application/octet-stream 28.3 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2003-08-21 10:36:19 Re: large objects and pg 7.3.x with OpenOffice.org
Previous Message Brad Langhorst 2003-08-20 22:17:04 missing feature and bug