64 Bit patch (WAS: psqlodbc developer)

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-odbc(at)postgresql(dot)org>
Cc: "Karol Szkudlarek" <karol(at)mikronika(dot)com(dot)pl>
Subject: 64 Bit patch (WAS: psqlodbc developer)
Date: 2004-07-02 08:45:59
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40C3824@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Karol,

I've forwarded this patch to the list for review before it's applied (I
don't use IODBC).

Please send any further patches to there as well so they can be properly
reviewed.

Thanks, Dave.

> -----Original Message-----
> From: Karol Szkudlarek [mailto:karol(at)mikronika(dot)com(dot)pl]
> Sent: 01 July 2004 22:10
> To: Dave Page
> Subject: Re: psqlodbc developer
>
> I checkout latest cvs trunk and you can't commit the
> following changes (from my patch.. :-)). I think that should
> be useful for IODBC version of the driver:
>
>
> diff -x .svn -x stamp-h1 -x .deps -x '*.*[oa]' -x 'config.*'
> psqlodbc-07.03.0200/iodbc.h psqlodbc-07.03.0200-my/iodbc.h
> 8a9
> > #include <stdint.h>
> 28,30c29,31
> < typedef signed short SSHOR;
> < typedef short WORD;
> < typedef long DWORD;
> ---
> > typedef int16_t SSHOR;
> > typedef int16_t WORD;
> > typedef int32_t DWORD;
> diff -x .svn -x stamp-h1 -x .deps -x '*.*[oa]' -x 'config.*'
> psqlodbc-07.03.0200/isql.h psqlodbc-07.03.0200-my/isql.h
> 8a9
> > #ifdef WIN32
> 14c15,23
> <
> ---
> > typedef unsigned char UCHAR;
> > #else
> > #include <stdint.h>
> > typedef int32_t SDWORD;
> > typedef int16_t SWORD;
> > typedef uint32_t UDWORD;
> > typedef uint16_t UWORD;
> > typedef uint8_t UCHAR;
> > #endif
>
> Am I right? :-)
>
> Greets,
> Karol
>
> ps.
>
> I am subscriber of psqlodbc mailing list since two months.. :-)
>
>
>
>
>
>

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Eisentraut 2004-07-02 09:05:37 Re: 64 Bit patch (WAS: psqlodbc developer)
Previous Message Jonathan Gardner 2004-07-02 00:49:58 Re: A wanna be