From: Marko Kreen Date: Tue, 16 Apr 2013 19:24:59 +0000 (+0300) Subject: todo: remove few done items X-Git-Tag: skytools_3_1_4~2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b81da944ab263a11751fe3ca263108f56d3fe872;p=skytools.git todo: remove few done items --- diff --git a/doc/TODO.txt b/doc/TODO.txt index df78a053..31a49fa7 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -36,14 +36,6 @@ Low:: . Replay rest of batches fully . Promote to root -* Load public connect string for local node: - - from .ini (db=, public_db=?) - - with query sql - -* Load provider connect string: - - from ini (not good) - - describe connstr + query to look up node names? - * tests for things that have not their own regtests or are not tested enough during other tests: - pgq.RemoteConsumer @@ -69,11 +61,6 @@ Low:: So separate counter for len(ev_data) needs to be added, that flushes if buffer would go over some specified amount of memory. -* cascade status: parallel info gathering. Sequential for-loop over - nodes can be slow if there are many nodes or some of them are - generally slow (GP, bad network, etc). Perhaps we can use - psycopg2 async mode for that. Or threading. - == Low Priority == * dbscript: switch (-q) for silence for cron/init scripts.