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

Commit93d80d3

Browse files
author
Thomas G. Lockhart
committed
Define boolean functions and operators for lseg <, <=, <>, >=, >.
Define functions and operators for closest point to lseg on box, to line on lseg, to lseg on lseg.Define function and operator for length of lseg.Change length operator from '??' to '@-@' (currently defined for path and lseg).
1 parent3f52d17 commit93d80d3

File tree

3 files changed

+267
-230
lines changed

3 files changed

+267
-230
lines changed

‎src/include/catalog/pg_operator.h

Lines changed: 12 additions & 2 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.23 1998/01/24 22:48:36 momjian Exp $
10+
* $Id: pg_operator.h,v 1.24 1998/02/03 16:01:54 thomas Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -387,7 +387,7 @@ DATA(insert OID = 795 ( "<=" PGUID 0 b t f 602 602701 794 0 0 0 path_n
387387
DATA(insertOID=796 (">="PGUID0btf602602701793000path_n_geintltselintltjoinsel ));
388388
DATA(insertOID=797 ("#"PGUID0ltf0602230000path_npoints-- ));
389389
DATA(insertOID=798 ("?#"PGUID0btf602602160000path_inter-- ));
390-
DATA(insertOID=799 ("??"PGUID0ltf06027010000path_length-- ));
390+
DATA(insertOID=799 ("@-@"PGUID0ltf06027010000path_length-- ));
391391
DATA(insertOID=800 (">^"PGUID0btf603603160000box_aboveintltselintltjoinsel ));
392392
DATA(insertOID=801 ("<^"PGUID0btf603603160000box_belowintltselintltjoinsel ));
393393
DATA(insertOID=802 ("?#"PGUID0btf603603160000box_overlap-- ));
@@ -647,8 +647,18 @@ DATA(insert OID = 1559 ( "##" PGUID 0 b t f 600 603 600 0 0 0 0 close_p
647647
DATA(insertOID=1566 ("##"PGUID0btf6016286000000close_sl-- ));
648648
DATA(insertOID=1567 ("##"PGUID0btf6016036000000close_sb-- ));
649649
DATA(insertOID=1568 ("##"PGUID0btf6286036000000close_lb-- ));
650+
DATA(insertOID=1577 ("##"PGUID0btf6286016000000close_ls-- ));
651+
DATA(insertOID=1578 ("##"PGUID0btf6016016000000close_lseg-- ));
650652
DATA(insertOID=1585 ("/"PGUID0btf1186118611860000timespan_div-- ));
651653

654+
DATA(insertOID=1586 ("<>"PGUID0btf601601161535000lseg_eqintltsel- ));
655+
DATA(insertOID=1587 ("<"PGUID0btf601601161590000lseg_ltintltsel- ));
656+
DATA(insertOID=1588 ("<="PGUID0btf601601161589000lseg_leintltsel- ));
657+
DATA(insertOID=1589 (">"PGUID0btf601601161588000lseg_gtintltsel- ));
658+
DATA(insertOID=1590 (">="PGUID0btf601601161587000lseg_geintltsel- ));
659+
660+
DATA(insertOID=1591 ("@-@"PGUID0ltf06017010000lseg_length-- ));
661+
652662
/*
653663
* function prototypes
654664
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp