From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] int4eq (xid, int4) |
Date: | 2001-10-04 04:08:22 |
Message-ID: | 3BBBE0B6.1F4D781A@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-odbc |
I'm reposting it to pgsql-odbc list because I've not
seen it on pgsql-odbc.
Jean-Michel POURE wrote:
>
> Hello friends,
>
> int4eq (xid, int4) seems to be needed for proper support of MS Access2K:
> CREATE FUNCTION "int4eq" (xid, int4)
> RETURNS bool
> AS 'int4eq'
> LANGUAGE 'internal'
>
> Is int4eq function included in PostgreSQL 7.2?
I added a '=' operator between xid and int in 7.2.
The registration of int4eq and =(xid,int) for
row versioning is no longer needed in 7.2.
regards,
Hiroshi Inoue
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2001-10-04 04:11:21 | Re: Unicode combining characters |
Previous Message | Tatsuo Ishii | 2001-10-04 04:07:17 | Re: Problem on AIX with current |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Dickenson | 2001-10-04 22:06:36 | Installing on Mac OS X 10.1 |
Previous Message | Joseph | 2001-10-02 17:52:58 | Odbc driver |