Re: build WIN32 ODBC using VC++, not Cygwin/gcc - Mailing list pgsql-hackers

From Tom Lane
Subject Re: build WIN32 ODBC using VC++, not Cygwin/gcc
Date
Msg-id 17836.981402207@sss.pgh.pa.us
Whole thread Raw
In response to Re: build WIN32 ODBC using VC++, not Cygwin/gcc  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Can somebody explain to me what this means, from said readme.txt:

> "In order to use row versioning, you must overload the int4eq function for
> use with the xid type."

Apparently, there is something in either the ODBC driver itself or MS
Access that expects to be able to do "WHERE xmin = integer".  Since we
supply no such operator in the standard distribution, one has to kluge
up the operator as illustrated.  Of course, this code will break if we
go to 8-byte XIDs ...

            regards, tom lane

pgsql-hackers by date:

Previous
From: Fred Yankowski
Date:
Subject: Re: build WIN32 ODBC using VC++, not Cygwin/gcc
Next
From: "Martin A. Marques"
Date:
Subject: Re: Re: Re: grant privileges to a database [URGENT]