todo: put error-handling related items to "good to have" section
authorMarko Kreen <markokr@gmail.com>
Tue, 15 Nov 2011 14:28:47 +0000 (16:28 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 15 Nov 2011 14:28:47 +0000 (16:28 +0200)
doc/todo.txt

index 63b38b4a7ab47141f4a0c0c3020499cec5d5a55f..1070c71e424a865607549d4706a99d3b36b7337e 100644 (file)
@@ -3,19 +3,20 @@
 
 == Near future ==
 
+ * Lazy value type cache, per-conn binary I/O decision.
+
  * Clean up the binary-or-not decision.  There should be possible
-   to have partitions with different versions.  That may mean
-   lazy typeout generations.
+   to have partitions with different versions.  Requires lazy values.
 
- * Lazy value type cache, per-conn binary I/O decision.
+== Good to have ==
+
+ * RUN ON ALL: ignore errors?
+ * RUN ON ANY: if one con failed, try another
 
 == Just thoughts ==
 
  * Drop plproxy.get_cluster_config()...
 
- * RUN ON ALL: sort by?
- * RUN ON ALL: ignore errors?
- * RUN ON ANY: if one con failed, try another
  * Streaming for big resultsets, to avoid loading them fully in memory.
    This needs also backend changes.