int4eq (xid, int4)

Started by Jean-Michel POUREover 24 years ago3 messages
#1Jean-Michel POURE
jmpoure@axitrad.com

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?

Regards,
Jean-Michel POURE

#2Hiroshi Inoue
Inoue@tpf.co.jp
In reply to: Jean-Michel POURE (#1)
Re: int4eq (xid, int4)

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

#3Hiroshi Inoue
Inoue@tpf.co.jp
In reply to: Jean-Michel POURE (#1)
Re: [HACKERS] int4eq (xid, int4)

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