Re: int4eq (xid, int4) - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: int4eq (xid, int4)
Date
Msg-id 3BB7B4B8.4F64FF2B@tpf.co.jp
Whole thread Raw
In response to int4eq (xid, int4)  (Jean-Michel POURE <jmpoure@axitrad.com>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: pgstat dumps core if alignof(int64) > alignof(long)
Next
From: Tom Lane
Date:
Subject: Re: Preparation for Beta