remove a lost todo list in .py file
authorMarko Kreen <markokr@gmail.com>
Tue, 31 Jul 2007 19:16:10 +0000 (19:16 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 31 Jul 2007 19:16:10 +0000 (19:16 +0000)
python/londiste.py

index ef0eb9dfaaae08ae465e42ab88f308a8f2dd1d5b..7b4ff13092989d45bf4fc5502545c4c3399b2056 100755 (executable)
@@ -45,21 +45,6 @@ commands:
   subscriber unregister      detach subscriber from queue
 """
 
-"""switchover:
-goal is to launch a replay with reverse config
-
-- should link be required? (link should guarantee all tables/seqs same?)
-- should link auto-add tables for subscriber
-
-1. lock all tables on provider, in order specified by 'nr'
-2. wait until old replay is past the point
-3. sync seq
-4. replace queue triggers on provider with deny triggers
-5. replace deny triggers on subscriber with queue triggers
-6. sync pgq tick seqs?  change pgq config?
-
-"""
-
 class Londiste(skytools.DBScript):
     def __init__(self, args):
         skytools.DBScript.__init__(self, 'londiste', args)