Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d8e26064
Commit
d8e26064
authored
27 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.
parent
a9a91b54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/catalog/pg_operator.h
+5
-5
5 additions, 5 deletions
src/include/catalog/pg_operator.h
with
5 additions
and
5 deletions
src/include/catalog/pg_operator.h
+
5
−
5
View file @
d8e26064
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_operator.h,v 1.1
6
1997/
09/20 16:29:36
thomas Exp $
* $Id: pg_operator.h,v 1.1
7
1997/
10/25 05:31:55
thomas Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -418,6 +418,10 @@ DATA(insert OID = 841 ( "!~" PGUID 0 b t f 409 25 16 0 839 0 0 char2rege
...
@@ -418,6 +418,10 @@ DATA(insert OID = 841 ( "!~" PGUID 0 b t f 409 25 16 0 839 0 0 char2rege
DATA
(
insert
OID
=
840
(
"~"
PGUID
0
b
t
f
410
25
16
0
842
0
0
char4regexeq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
840
(
"~"
PGUID
0
b
t
f
410
25
16
0
842
0
0
char4regexeq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
842
(
"!~"
PGUID
0
b
t
f
410
25
16
0
840
0
0
char4regexne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
842
(
"!~"
PGUID
0
b
t
f
410
25
16
0
840
0
0
char4regexne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
843
(
"*"
PGUID
0
b
t
f
790
700
790
845
0
0
0
cash_mul_flt4
-
-
));
DATA
(
insert
OID
=
844
(
"/"
PGUID
0
b
t
f
790
700
790
0
0
0
0
cash_div_flt4
-
-
));
DATA
(
insert
OID
=
845
(
"*"
PGUID
0
b
t
f
700
790
790
843
0
0
0
flt4_mul_cash
-
-
));
DATA
(
insert
OID
=
900
(
"="
PGUID
0
b
t
t
790
790
16
900
901
902
902
cash_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
900
(
"="
PGUID
0
b
t
t
790
790
16
900
901
902
902
cash_eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
901
(
"<>"
PGUID
0
b
t
f
790
790
16
901
900
0
0
cash_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
901
(
"<>"
PGUID
0
b
t
f
790
790
16
901
900
0
0
cash_ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
902
(
"<"
PGUID
0
b
t
f
790
790
16
903
905
0
0
cash_lt
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
902
(
"<"
PGUID
0
b
t
f
790
790
16
903
905
0
0
cash_lt
intltsel
intltjoinsel
));
...
@@ -436,10 +440,6 @@ DATA(insert OID = 916 ( "*" PGUID 0 b t f 701 790 790 908 0 0 0 flt8
...
@@ -436,10 +440,6 @@ DATA(insert OID = 916 ( "*" PGUID 0 b t f 701 790 790 908 0 0 0 flt8
DATA
(
insert
OID
=
917
(
"*"
PGUID
0
b
t
f
23
790
790
912
0
0
0
int4_mul_cash
-
-
));
DATA
(
insert
OID
=
917
(
"*"
PGUID
0
b
t
f
23
790
790
912
0
0
0
int4_mul_cash
-
-
));
DATA
(
insert
OID
=
918
(
"*"
PGUID
0
b
t
f
21
790
790
914
0
0
0
int2_mul_cash
-
-
));
DATA
(
insert
OID
=
918
(
"*"
PGUID
0
b
t
f
21
790
790
914
0
0
0
int2_mul_cash
-
-
));
DATA
(
insert
OID
=
950
(
"*"
PGUID
0
b
t
f
790
700
790
988
0
0
0
cash_mul_flt4
-
-
));
DATA
(
insert
OID
=
951
(
"/"
PGUID
0
b
t
f
790
700
790
0
0
0
0
cash_div_flt4
-
-
));
DATA
(
insert
OID
=
988
(
"*"
PGUID
0
b
t
f
700
790
790
950
0
0
0
flt4_mul_cash
-
-
));
DATA
(
insert
OID
=
930
(
"<"
PGUID
0
b
t
f
910
910
16
934
933
0
0
oidint4lt
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
930
(
"<"
PGUID
0
b
t
f
910
910
16
934
933
0
0
oidint4lt
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
931
(
"<="
PGUID
0
b
t
f
910
910
16
933
934
0
0
oidint4le
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
931
(
"<="
PGUID
0
b
t
f
910
910
16
933
934
0
0
oidint4le
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
932
(
"="
PGUID
0
b
t
f
910
910
16
932
935
0
0
oidint4eq
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
932
(
"="
PGUID
0
b
t
f
910
910
16
932
935
0
0
oidint4eq
intltsel
intltjoinsel
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment