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
cec42339
Commit
cec42339
authored
Oct 29, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove bad pg_operator entry, found by Tom Lane.
parent
8acc6825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/include/catalog/pg_operator.h
src/include/catalog/pg_operator.h
+1
-3
No files found.
src/include/catalog/pg_operator.h
View file @
cec42339
...
@@ -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.4
4 1998/10/28 16:00:08
momjian Exp $
* $Id: pg_operator.h,v 1.4
5 1998/10/29 04:04:17
momjian Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -298,8 +298,6 @@ DATA(insert OID = 616 ( "<->" PGUID 0 b t f 601 628 701 0 0 0 0 dist_s
...
@@ -298,8 +298,6 @@ DATA(insert OID = 616 ( "<->" PGUID 0 b t f 601 628 701 0 0 0 0 dist_s
DATA
(
insert
OID
=
617
(
"<->"
PGUID
0
b
t
f
601
603
701
0
0
0
0
dist_sb
-
-
));
DATA
(
insert
OID
=
617
(
"<->"
PGUID
0
b
t
f
601
603
701
0
0
0
0
dist_sb
-
-
));
DATA
(
insert
OID
=
618
(
"<->"
PGUID
0
b
t
f
600
602
701
0
0
0
0
dist_ppath
-
-
));
DATA
(
insert
OID
=
618
(
"<->"
PGUID
0
b
t
f
600
602
701
0
0
0
0
dist_ppath
-
-
));
DATA
(
insert
OID
=
619
(
"<"
PGUID
0
b
t
f
704
704
16
0
0
0
0
intervalct
-
-
));
DATA
(
insert
OID
=
620
(
"="
PGUID
0
b
t
t
700
700
16
620
621
622
622
float4eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
620
(
"="
PGUID
0
b
t
t
700
700
16
620
621
622
622
float4eq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
621
(
"<>"
PGUID
0
b
t
f
700
700
16
621
620
0
0
float4ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
621
(
"<>"
PGUID
0
b
t
f
700
700
16
621
620
0
0
float4ne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
622
(
"<"
PGUID
0
b
t
f
700
700
16
623
625
0
0
float4lt
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
622
(
"<"
PGUID
0
b
t
f
700
700
16
623
625
0
0
float4lt
intltsel
intltjoinsel
));
...
...
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