From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Jean-Michel POURE <jmpoure(at)axitrad(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: int4eq (xid, int4) |
Date: | 2001-10-01 00:11:36 |
Message-ID: | 3BB7B4B8.4F64FF2B@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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 | Tom Lane | 2001-10-01 00:11:54 | pgstat dumps core if alignof(int64) > alignof(long) |
Previous Message | Vince Vielhaber | 2001-10-01 00:05:25 | Re: CVS changes |
From | Date | Subject | |
---|---|---|---|
Next Message | Jorge Santos | 2001-10-01 16:03:23 | Re: Postgresql 7.1.2 and StarOffice 5.2 |
Previous Message | Hiroshi Inoue | 2001-09-28 15:34:38 | Re: Bug with ADORecordSet.Update |