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
In response to
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2001-10-01 00:11:54 |
| Subject: pgstat dumps core if alignof(int64) > alignof(long) |
| Previous: | From: Vince Vielhaber | Date: 2001-10-01 00:05:25 |
| Subject: Re: CVS changes |
pgsql-odbc by date
| Next: | From: Jorge Santos | Date: 2001-10-01 16:03:23 |
| Subject: Re: Postgresql 7.1.2 and StarOffice 5.2 |
| Previous: | From: Hiroshi Inoue | Date: 2001-09-28 15:34:38 |
| Subject: Re: Bug with ADORecordSet.Update |