londiste copy: fix after-copy wait
authorMarko Kreen <markokr@gmail.com>
Fri, 23 Dec 2011 12:27:27 +0000 (14:27 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 23 Dec 2011 12:27:27 +0000 (14:27 +0200)
commitcf00b0ce480c4efe6b4ad21e485fcd77aa382ea5
tree081dbc2d509e08d9d9676cf31a5dfb1b301ed323
parent6f9ce39336603e13f8a898899be935ec2903da0f
londiste copy: fix after-copy wait

Wait now on any non-NULL role.

The string changed in .sql but code here was not updated.
But new simpler rule is that role will be NULL it catchup
can proceed.  So follow that.

Also dont do some potentially dangerous operations (lock, drop-fkey)
on follow-up copies.
python/londiste/table_copy.py