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

Commit9b24e7f

Browse files
author
Thomas G. Lockhart
committed
Fix discrepency in "@" operator for point and path.
1 parent1e7c734 commit9b24e7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎src/include/catalog/pg_operator.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_operator.h,v 1.46 1998/10/2904:22:52 tgl Exp $
10+
* $Id: pg_operator.h,v 1.47 1998/10/2918:10:23 thomas Exp $
1111
*
1212
* NOTES
1313
* 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
183183
DATA(insertOID=509 ("<^"PGUID0btf600600160000point_belowintltselintltjoinsel ));
184184
DATA(insertOID=510 ("~="PGUID0btf60060016510000point_eqintltselintltjoinsel ));
185185
DATA(insertOID=511 ("@"PGUID0btf600603160000on_pbintltselintltjoinsel ));
186-
DATA(insertOID=512 ("@"PGUID0btf600602160000on_ppathintltselintltjoinsel ));
186+
DATA(insertOID=512 ("@"PGUID0btf60060216755000on_ppathintltselintltjoinsel ));
187187
DATA(insertOID=513 ("@@"PGUID0ltf06036000000box_centerintltselintltjoinsel ));
188188
DATA(insertOID=514 ("*"PGUID0btf232323514000int4mulintltselintltjoinsel ));
189189
DATA(insertOID=515 ("!"PGUID0rtf230230000int4facintltselintltjoinsel ));
@@ -371,8 +371,7 @@ DATA(insert OID = 736 ( "+" PGUID 0 b t f 602 600602 0 0 0 0 path_add
371371
DATA(insertOID=737 ("-"PGUID0btf6026006020000path_sub_pt-- ));
372372
DATA(insertOID=738 ("*"PGUID0btf6026006020000path_mul_pt-- ));
373373
DATA(insertOID=739 ("/"PGUID0btf6026006020000path_div_pt-- ));
374-
DATA(insertOID=754 ("@"PGUID0btf60060216755000pt_contained_path-- ));
375-
DATA(insertOID=755 ("~"PGUID0btf60260016754000path_contain_pt-- ));
374+
DATA(insertOID=755 ("~"PGUID0btf60260016512000path_contain_pt-- ));
376375
DATA(insertOID=756 ("@"PGUID0btf60060416757000pt_contained_poly-- ));
377376
DATA(insertOID=757 ("~"PGUID0btf60460016756000poly_contain_pt-- ));
378377
DATA(insertOID=758 ("@"PGUID0btf60071816759000pt_contained_circle-- ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp