Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ccda1a67
Commit
ccda1a67
authored
Jun 10, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark inet,cidr,macaddr '=' operators as mergejoinable.
parent
5021fcb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
src/include/catalog/pg_operator.h
src/include/catalog/pg_operator.h
+28
-28
No files found.
src/include/catalog/pg_operator.h
View file @
ccda1a67
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_operator.h,v 1.
89 2001/06/07 00:09:29 momjian
Exp $
* $Id: pg_operator.h,v 1.
90 2001/06/10 22:32:35 tgl
Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -659,7 +659,7 @@ DATA(insert OID = 1616 ( "=" PGUID 0 b t f 628 628 16 1616 0 0 0 line_eq e
...
@@ -659,7 +659,7 @@ DATA(insert OID = 1616 ( "=" PGUID 0 b t f 628 628 16 1616 0 0 0 line_eq e
DATA
(
insert
OID
=
1617
(
"#"
PGUID
0
b
t
f
628
628
600
1617
0
0
0
line_interpt
-
-
));
DATA
(
insert
OID
=
1617
(
"#"
PGUID
0
b
t
f
628
628
600
1617
0
0
0
line_interpt
-
-
));
/* MAC type */
/* MAC type */
DATA
(
insert
OID
=
1220
(
"="
PGUID
0
b
t
f
829
829
16
1220
1221
0
0
macaddr_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1220
(
"="
PGUID
0
b
t
f
829
829
16
1220
1221
1222
1222
macaddr_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1221
(
"<>"
PGUID
0
b
t
f
829
829
16
1221
1220
0
0
macaddr_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
1221
(
"<>"
PGUID
0
b
t
f
829
829
16
1221
1220
0
0
macaddr_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
1222
(
"<"
PGUID
0
b
t
f
829
829
16
1224
1225
0
0
macaddr_lt
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
1222
(
"<"
PGUID
0
b
t
f
829
829
16
1224
1225
0
0
macaddr_lt
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
1223
(
"<="
PGUID
0
b
t
f
829
829
16
1225
1224
0
0
macaddr_le
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
1223
(
"<="
PGUID
0
b
t
f
829
829
16
1225
1224
0
0
macaddr_le
scalarltsel
scalarltjoinsel
));
...
@@ -667,7 +667,7 @@ DATA(insert OID = 1224 ( ">" PGUID 0 b t f 829 829 16 1222 1223 0 0 macaddr
...
@@ -667,7 +667,7 @@ DATA(insert OID = 1224 ( ">" PGUID 0 b t f 829 829 16 1222 1223 0 0 macaddr
DATA
(
insert
OID
=
1225
(
">="
PGUID
0
b
t
f
829
829
16
1223
1222
0
0
macaddr_ge
scalargtsel
scalargtjoinsel
));
DATA
(
insert
OID
=
1225
(
">="
PGUID
0
b
t
f
829
829
16
1223
1222
0
0
macaddr_ge
scalargtsel
scalargtjoinsel
));
/* INET type */
/* INET type */
DATA
(
insert
OID
=
1201
(
"="
PGUID
0
b
t
f
869
869
16
1201
1202
0
0
network_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1201
(
"="
PGUID
0
b
t
f
869
869
16
1201
1202
1203
1203
network_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1202
(
"<>"
PGUID
0
b
t
f
869
869
16
1202
1201
0
0
network_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
1202
(
"<>"
PGUID
0
b
t
f
869
869
16
1202
1201
0
0
network_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
1203
(
"<"
PGUID
0
b
t
f
869
869
16
1205
1206
0
0
network_lt
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
1203
(
"<"
PGUID
0
b
t
f
869
869
16
1205
1206
0
0
network_lt
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
1204
(
"<="
PGUID
0
b
t
f
869
869
16
1206
1205
0
0
network_le
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
1204
(
"<="
PGUID
0
b
t
f
869
869
16
1206
1205
0
0
network_le
scalarltsel
scalarltjoinsel
));
...
@@ -679,7 +679,7 @@ DATA(insert OID = 933 ( ">>" PGUID 0 b t f 869 869 16 931 0 0 0 network_s
...
@@ -679,7 +679,7 @@ DATA(insert OID = 933 ( ">>" PGUID 0 b t f 869 869 16 931 0 0 0 network_s
DATA
(
insert
OID
=
934
(
">>="
PGUID
0
b
t
f
869
869
16
932
0
0
0
network_supeq
-
-
));
DATA
(
insert
OID
=
934
(
">>="
PGUID
0
b
t
f
869
869
16
932
0
0
0
network_supeq
-
-
));
/* CIDR type */
/* CIDR type */
DATA
(
insert
OID
=
820
(
"="
PGUID
0
b
t
f
650
650
16
820
821
0
0
network_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
820
(
"="
PGUID
0
b
t
f
650
650
16
820
821
822
822
network_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
821
(
"<>"
PGUID
0
b
t
f
650
650
16
821
820
0
0
network_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
821
(
"<>"
PGUID
0
b
t
f
650
650
16
821
820
0
0
network_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
822
(
"<"
PGUID
0
b
t
f
650
650
16
824
825
0
0
network_lt
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
822
(
"<"
PGUID
0
b
t
f
650
650
16
824
825
0
0
network_lt
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
823
(
"<="
PGUID
0
b
t
f
650
650
16
825
824
0
0
network_le
scalarltsel
scalarltjoinsel
));
DATA
(
insert
OID
=
823
(
"<="
PGUID
0
b
t
f
650
650
16
825
824
0
0
network_le
scalarltsel
scalarltjoinsel
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment