Re: long ints use for 4-byte entities in ODBC

Peter Harvey <pharvey@codebydesign.com>

From: Peter Harvey <pharvey@codebydesign.com>
To: Andrew Bell <acbell@iastate.edu>, pgsql-hackers@postgresql.org
Cc: Nick Gorham <nick@easysoft.com>
Date: 2001-12-19T19:38:29Z
Lists: pgsql-hackers
> I was installing the ODBC driver on an alpha box.  Problem is that there
> are assumptions in the typedefs that a four byte integer is a "long
> int".  Of course, this is often an incorrect assumption.  I can fix this,
> but wanted to know how people wanted this done.  How do you handle this
> issue in the server?  Seems confingure.in and associated files is the most
> reasonable way to fix this to me.

Also; which driver manager are you using? I think Nick Gorham has been 
working on this issue within unixODBC.

Peter