Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4408f04

Browse files
author
Thomas G. Lockhart
committed
Rename undocumented utility SyncSyncID to MasterSync.
1 parent e59e805 commit 4408f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/rserv/regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ psql -c "insert into t1 values (1, 'one');" master
2121
psql -c "insert into t1 values (2, 'two');" master
2222

2323
Replicate master slave
24-
SyncSyncID master `GetSyncID --noverbose slave`
24+
MasterSync master `GetSyncID --noverbose slave`
2525

2626
psql -c "insert into t1 values (3, 'three');" master
2727
psql -c "insert into t1 values (4, 'four');" master
2828

2929
Replicate master slave
30-
SyncSyncID master `GetSyncID --noverbose slave`
30+
MasterSync master `GetSyncID --noverbose slave`
3131

3232
exit

0 commit comments

Comments
 (0)