File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.14 2000/04/12 17:15:50 momjian Exp $
12
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.15 2000/05/13 06:04:46 tgl Exp $
13
13
*
14
14
* XXX These are totally bogus. Perhaps someone will make them do
15
15
* something reasonable, someday.
@@ -54,7 +54,7 @@ areasel(Oid opid,
54
54
float64 result ;
55
55
56
56
result = (float64 ) palloc (sizeof (float64data ));
57
- * result = 0.05 ;
57
+ * result = 0.02 ;
58
58
return result ;
59
59
}
60
60
@@ -68,7 +68,7 @@ areajoinsel(Oid opid,
68
68
float64 result ;
69
69
70
70
result = (float64 ) palloc (sizeof (float64data ));
71
- * result = 0.05 ;
71
+ * result = 0.02 ;
72
72
return result ;
73
73
}
74
74
You can’t perform that action at this time.
0 commit comments