Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7d6077

Browse files
author
Hiroshi Inoue
committed
Add an operator xid '=' int and remove BINARY_COMPATI...
1 parent36dcd84 commitf7d6077

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/include/catalog/pg_operator.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_operator.h,v 1.95 2001/09/29 23:01:26 inoue Exp $
11+
* $Id: pg_operator.h,v 1.96 2001/09/30 06:46:58 inoue Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -139,6 +139,7 @@ DATA(insert OID = 400 ( "=" PGUID 0 b t f 10271027 16 400 0 00 array_e
139139
DATA(insertOID=401 ("="PGUID0btf1034103416401000array_eqeqseleqjoinsel ));
140140

141141
DATA(insertOID=352 ("="PGUID0btt282816352000xideqeqseleqjoinsel ));
142+
DATA(insertOID=353 ("="PGUID0btt2823160000xideqeqseleqjoinsel ));
142143
DATA(insertOID=387 ("="PGUID0btt272716387000tideqeqseleqjoinsel ));
143144
#defineTIDEqualOperator 387
144145
DATA(insertOID=388 ("!"PGUID0rtf200200000int8fac-- ));

‎src/include/parser/parse_coerce.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: parse_coerce.h,v 1.32 2001/09/29 23:01:26 inoue Exp $
10+
* $Id: parse_coerce.h,v 1.33 2001/09/30 06:46:58 inoue Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -95,7 +95,6 @@ typedef enum CATEGORY
9595
|| ((a) == INT4OID && (b) == REGPROCOID) \
9696
|| ((a) == REGPROCOID && (b) == OIDOID) \
9797
|| ((a) == REGPROCOID && (b) == INT4OID) \
98-
|| ((a) == XIDOID && (b) == INT4OID) \
9998
|| ((a) == ABSTIMEOID && (b) == INT4OID) \
10099
|| ((a) == INT4OID && (b) == ABSTIMEOID) \
101100
|| ((a) == RELTIMEOID && (b) == INT4OID) \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp