From ffb62be07ad763dad34d683ec595e7c800a54baf Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 31 Jul 2006 23:04:13 +0000
Subject: [PATCH] Add:

> * Consider compressed annealing to search for query plans
>
>   This might replace GEQO, http://sixdemonbag.org/Djinni.
---
 doc/TODO              | 5 ++++-
 doc/src/FAQ/TODO.html | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 915af86e58c..63517adf1ae 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Sat Jul 29 21:48:36 EDT 2006
+Last updated:		Mon Jul 31 19:02:06 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1286,6 +1286,9 @@ Optimizer / Executor
 
 * Log statements where the optimizer row estimates were dramatically
   different from the number of rows actually found?
+* Consider compressed annealing to search for query plans
+
+  This might replace GEQO, http://sixdemonbag.org/Djinni.
 
 
 Miscellaneous Performance
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index e1cfb5f6589..71b76e72828 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Sat Jul 29 21:48:36 EDT 2006
+Last updated:           Mon Jul 31 19:02:06 EDT 2006
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1160,6 +1160,9 @@ first.
 </p>
   </li><li>Log statements where the optimizer row estimates were dramatically
   different from the number of rows actually found?
+  </li><li>Consider compressed annealing to search for query plans
+<p>  This might replace GEQO, <a href="http://sixdemonbag.org/Djinni">http://sixdemonbag.org/Djinni</a>.
+</p>
 </li></ul>
 <h1><a name="section_21">Miscellaneous Performance</a></h1>
 
-- 
GitLab