| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Fred Yankowski <fred(at)ontosys(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-odbc(at)postgresql(dot)org |
| Subject: | Re: build WIN32 ODBC using VC++, not Cygwin/gcc |
| Date: | 2001-02-05 19:43:27 |
| Message-ID: | 17836.981402207@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-odbc |
Peter Eisentraut <peter_e(at)gmx(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martin A. Marques | 2001-02-05 19:52:07 | Re: [HACKERS] Re: Re: grant privileges to a database [URGENT] |
| Previous Message | Fred Yankowski | 2001-02-05 19:37:06 | Re: build WIN32 ODBC using VC++, not Cygwin/gcc |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2001-02-05 22:40:20 | RE: Hello |
| Previous Message | Fred Yankowski | 2001-02-05 19:37:06 | Re: build WIN32 ODBC using VC++, not Cygwin/gcc |