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

Commit 5859215

Browse files
committed
Add:
> * Fix incorrect rtree results due to wrong assumptions about "over" > operator semantics [rtree]
1 parent ee7ac7b commit 5859215

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
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: Sat Jun 4 23:39:40 EDT 2005
5+
Last updated: Mon Jun 6 18:03:40 EDT 2005
66

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

367368
Commands
368369
========

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
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: Sat Jun 4 23:39:40 EDT 2005
11+
Last updated: Mon Jun 6 18:03:40 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>.
@@ -335,6 +335,8 @@ <h1><a name="section_6">Indexes</a></h1>
335335
one column or expression indexes, perhaps using per-index statistics
336336
</li><li>Add fillfactor to control reserved free space during index creation
337337
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
338+
</li><li>Fix incorrect rtree results due to wrong assumptions about "over"
339+
operator semantics [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?rtree">rtree</a>]
338340
</li></ul>
339341
<h1><a name="section_7">Commands</a></h1>
340342

0 commit comments

Comments
 (0)