Commit 4408f042 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Rename undocumented utility SyncSyncID to MasterSync.

parent e59e805d
......@@ -21,12 +21,12 @@ psql -c "insert into t1 values (1, 'one');" master
psql -c "insert into t1 values (2, 'two');" master
Replicate master slave
SyncSyncID master `GetSyncID --noverbose slave`
MasterSync master `GetSyncID --noverbose slave`
psql -c "insert into t1 values (3, 'three');" master
psql -c "insert into t1 values (4, 'four');" master
Replicate master slave
SyncSyncID master `GetSyncID --noverbose slave`
MasterSync master `GetSyncID --noverbose slave`
exit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment