Re: [PATCHES] Re: [HACKERS] ODBC Driver int8 Patch

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-odbc(at)postgresql(dot)org, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] Re: [HACKERS] ODBC Driver int8 Patch
Date: 2001-01-23 16:32:23
Message-ID: 3A6DB217.545F74F2@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc pgsql-patches

> I am waiting for someone to comment on this. Anyone?

Looks good, but...

We should surround the change with #ifdef ODBC_V2 or ODBC_V3 to mark
what should be changed when moving to the newer standard. No point in
having to remember this from first principles when we do move to V3...

- Thomas

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2001-01-23 17:37:35 Re: [PATCHES] Re: [HACKERS] ODBC Driver int8 Patch
Previous Message Joseph 2001-01-23 16:21:23 Error 3669 in access 97 using odbc

Browse pgsql-patches by date

  From Date Subject
Next Message Michael C. Thornburgh 2001-01-23 16:41:26 patch for src/backend/main/main.c
Previous Message Bruce Momjian 2001-01-23 16:14:12 Re: [HACKERS] ODBC Driver int8 Patch