Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 693658a

Browse files
committed
Done:
> * -Fix incorrect rtree results due to wrong assumptions about "over" > operator semantics
1 parent 2f6be2e commit 693658a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Thu Jun 23 22:30:38 EDT 2005
5+
Last updated: Fri Jun 24 00:40:44 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -355,8 +355,8 @@ Indexes
355355
one column or expression indexes, perhaps using per-index statistics
356356
* Add fillfactor to control reserved free space during index creation
357357
* Allow the creation of indexes with mixed ascending/descending specifiers
358-
* Fix incorrect rtree results due to wrong assumptions about "over"
359-
operator semantics [rtree]
358+
* -Fix incorrect rtree results due to wrong assumptions about "over"
359+
operator semantics
360360

361361
Commands
362362
========

doc/src/FAQ/TODO.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Thu Jun 23 22:30:38 EDT 2005
11+
Last updated: Fri Jun 24 00:40:44 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -329,8 +329,8 @@ <h1><a name="section_6">Indexes</a></h1>
329329
one column or expression indexes, perhaps using per-index statistics
330330
</li><li>Add fillfactor to control reserved free space during index creation
331331
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
332-
</li><li>Fix incorrect rtree results due to wrong assumptions about "over"
333-
operator semantics [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?rtree">rtree</a>]
332+
</li><li>-<em>Fix incorrect rtree results due to wrong assumptions about "over"</em>
333+
operator semantics
334334
</li></ul>
335335
<h1><a name="section_7">Commands</a></h1>
336336

0 commit comments

Comments
 (0)