File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: pg_operator.h,v 1.26 1998/03/01 08:10:34 thomas Exp $
10
+ * $Id: pg_operator.h,v 1.27 1998/03/02 06:12:10 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* the genbki.sh script reads this file and generates .bki
@@ -284,7 +284,7 @@ DATA(insert OID = 610 ( ">" PGUID 0 b t f 26 26 16 609 611 0 0 int4gt i
284
284
DATA (insert OID = 611 ( "<=" PGUID 0 b t f 26 26 16 612 610 0 0 int4le intltsel intltjoinsel ));
285
285
DATA (insert OID = 612 ( ">=" PGUID 0 b t f 26 26 16 611 609 0 0 int4ge intgtsel intgtjoinsel ));
286
286
287
- DATA (insert OID = 613 ( "<->" PGUID 0 b t f 600 603 701 0 0 0 0 dist_pl - - ));
287
+ DATA (insert OID = 613 ( "<->" PGUID 0 b t f 600 628 701 0 0 0 0 dist_pl - - ));
288
288
DATA (insert OID = 614 ( "<->" PGUID 0 b t f 600 601 701 0 0 0 0 dist_ps - - ));
289
289
DATA (insert OID = 615 ( "<->" PGUID 0 b t f 600 603 701 0 0 0 0 dist_pb - - ));
290
290
DATA (insert OID = 616 ( "<->" PGUID 0 b t f 601 628 701 0 0 0 0 dist_sl - - ));
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: pg_proc.h,v 1.47 1998/02/26 04:40:59 momjian Exp $
9
+ * $Id: pg_proc.h,v 1.48 1998/03/02 06:12:15 scrappy Exp $
10
10
*
11
11
* NOTES
12
12
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1804,9 +1804,9 @@ DATA(insert OID = 1424 ( box_mul PGUID 11 f t f 2 f 603 "603 600" 100 0 0 100
1804
1804
DESCR ("multiply box by point (scale)" );
1805
1805
DATA (insert OID = 1425 ( box_div PGUID 11 f t f 2 f 603 "603 600" 100 0 0 100 foo bar ));
1806
1806
DESCR ("divide box by point (scale)" );
1807
- DATA (insert OID = 1426 ( path_contain_pt PGUID 11 f t f 2 f 16 "601 600" 100 0 0 100 foo bar ));
1807
+ DATA (insert OID = 1426 ( path_contain_pt PGUID 11 f t f 2 f 16 "602 600" 100 0 0 100 foo bar ));
1808
1808
DESCR ("path contains point?" );
1809
- DATA (insert OID = 1427 ( pt_contained_path PGUID 11 f t f 2 f 16 "600 601 " 100 0 0 100 foo bar ));
1809
+ DATA (insert OID = 1427 ( pt_contained_path PGUID 11 f t f 2 f 16 "600 602 " 100 0 0 100 foo bar ));
1810
1810
DESCR ("point contained in path?" );
1811
1811
DATA (insert OID = 1428 ( poly_contain_pt PGUID 11 f t f 2 f 16 "604 600" 100 0 0 100 foo bar ));
1812
1812
DESCR ("polygon contains point?" );
You can’t perform that action at this time.
0 commit comments