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
9b24e7fa
Commit
9b24e7fa
authored
26 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Fix discrepency in "@" operator for point and path.
parent
1e7c7343
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/catalog/pg_operator.h
+3
-4
3 additions, 4 deletions
src/include/catalog/pg_operator.h
with
3 additions
and
4 deletions
src/include/catalog/pg_operator.h
+
3
−
4
View file @
9b24e7fa
...
@@ -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
6
1998/10/29
04:22:52 tgl
Exp $
* $Id: pg_operator.h,v 1.4
7
1998/10/29
18:10:23 thomas
Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -183,7 +183,7 @@ DATA(insert OID = 508 ( ">>" PGUID 0 b t f 600 600 16 0 0 0 0 point
...
@@ -183,7 +183,7 @@ DATA(insert OID = 508 ( ">>" PGUID 0 b t f 600 600 16 0 0 0 0 point
DATA
(
insert
OID
=
509
(
"<^"
PGUID
0
b
t
f
600
600
16
0
0
0
0
point_below
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
509
(
"<^"
PGUID
0
b
t
f
600
600
16
0
0
0
0
point_below
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
510
(
"~="
PGUID
0
b
t
f
600
600
16
510
0
0
0
point_eq
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
510
(
"~="
PGUID
0
b
t
f
600
600
16
510
0
0
0
point_eq
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
511
(
"@"
PGUID
0
b
t
f
600
603
16
0
0
0
0
on_pb
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
511
(
"@"
PGUID
0
b
t
f
600
603
16
0
0
0
0
on_pb
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
512
(
"@"
PGUID
0
b
t
f
600
602
16
0
0
0
0
on_ppath
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
512
(
"@"
PGUID
0
b
t
f
600
602
16
755
0
0
0
on_ppath
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
513
(
"@@"
PGUID
0
l
t
f
0
603
600
0
0
0
0
box_center
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
513
(
"@@"
PGUID
0
l
t
f
0
603
600
0
0
0
0
box_center
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
514
(
"*"
PGUID
0
b
t
f
23
23
23
514
0
0
0
int4mul
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
514
(
"*"
PGUID
0
b
t
f
23
23
23
514
0
0
0
int4mul
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
515
(
"!"
PGUID
0
r
t
f
23
0
23
0
0
0
0
int4fac
intltsel
intltjoinsel
));
DATA
(
insert
OID
=
515
(
"!"
PGUID
0
r
t
f
23
0
23
0
0
0
0
int4fac
intltsel
intltjoinsel
));
...
@@ -371,8 +371,7 @@ DATA(insert OID = 736 ( "+" PGUID 0 b t f 602 600 602 0 0 0 0 path_add
...
@@ -371,8 +371,7 @@ DATA(insert OID = 736 ( "+" PGUID 0 b t f 602 600 602 0 0 0 0 path_add
DATA
(
insert
OID
=
737
(
"-"
PGUID
0
b
t
f
602
600
602
0
0
0
0
path_sub_pt
-
-
));
DATA
(
insert
OID
=
737
(
"-"
PGUID
0
b
t
f
602
600
602
0
0
0
0
path_sub_pt
-
-
));
DATA
(
insert
OID
=
738
(
"*"
PGUID
0
b
t
f
602
600
602
0
0
0
0
path_mul_pt
-
-
));
DATA
(
insert
OID
=
738
(
"*"
PGUID
0
b
t
f
602
600
602
0
0
0
0
path_mul_pt
-
-
));
DATA
(
insert
OID
=
739
(
"/"
PGUID
0
b
t
f
602
600
602
0
0
0
0
path_div_pt
-
-
));
DATA
(
insert
OID
=
739
(
"/"
PGUID
0
b
t
f
602
600
602
0
0
0
0
path_div_pt
-
-
));
DATA
(
insert
OID
=
754
(
"@"
PGUID
0
b
t
f
600
602
16
755
0
0
0
pt_contained_path
-
-
));
DATA
(
insert
OID
=
755
(
"~"
PGUID
0
b
t
f
602
600
16
512
0
0
0
path_contain_pt
-
-
));
DATA
(
insert
OID
=
755
(
"~"
PGUID
0
b
t
f
602
600
16
754
0
0
0
path_contain_pt
-
-
));
DATA
(
insert
OID
=
756
(
"@"
PGUID
0
b
t
f
600
604
16
757
0
0
0
pt_contained_poly
-
-
));
DATA
(
insert
OID
=
756
(
"@"
PGUID
0
b
t
f
600
604
16
757
0
0
0
pt_contained_poly
-
-
));
DATA
(
insert
OID
=
757
(
"~"
PGUID
0
b
t
f
604
600
16
756
0
0
0
poly_contain_pt
-
-
));
DATA
(
insert
OID
=
757
(
"~"
PGUID
0
b
t
f
604
600
16
756
0
0
0
poly_contain_pt
-
-
));
DATA
(
insert
OID
=
758
(
"@"
PGUID
0
b
t
f
600
718
16
759
0
0
0
pt_contained_circle
-
-
));
DATA
(
insert
OID
=
758
(
"@"
PGUID
0
b
t
f
600
718
16
759
0
0
0
pt_contained_circle
-
-
));
...
...
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