todo update
authorMarko Kreen <markokr@gmail.com>
Fri, 26 Jun 2009 10:25:52 +0000 (10:25 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 26 Jun 2009 10:25:52 +0000 (10:25 +0000)
doc/todo.txt

index ef27119a0d1e7bbbd96d5a320357d92757b96b8c..902997b1cb58dfb8c1fb70ab8da5bd7e1487909f 100644 (file)
@@ -2,6 +2,11 @@
 
 == Minor features ==
 
+ * duplication: format_time vs. render_time
+   - avoid localtime? (libc stat)
+ * set server_reset_query = '';
+ * check if SQL error codes are correct
+ * login cleanup / more useful
  * removing user should work - kill connections
  * keep stats about error counts
  * cleanup of logging levels, to make log more useful
  * new states for clients: idle and in-query.  That allows to apply
    client_idle_timeout and query_timeout without walking all clients
    on maintenance time.
+ * fix high-freq maintenance timer - it's only needed when
+   PAUSE/RESUME/shutdown is issued.
+ * Get rid of SBUF_SMALL_PKT logic - it makes processing fragile.
+   Needs a new sbuf_prepare_*() to notify sbuf about short data.
+   [Plain 'false' from handler postpones processing to next event loop.]
 
 == Win32 features ==
 
@@ -29,7 +39,8 @@
 
  * Move all "look-at-full-packet" situtations to SBUF_EV_PKT_CALLBACK
  * auth_conn - access to pg_shadow, so auth_file is not needed
- * maybe libevent calls should look at errno? (esp. event_del())
+
+ * pid mapping for NOTIFY.
 
 === prepared plans ===