We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59e805 commit 4408f04Copy full SHA for 4408f04
contrib/rserv/regress.sh
@@ -21,12 +21,12 @@ psql -c "insert into t1 values (1, 'one');" master
21
psql -c "insert into t1 values (2, 'two');" master
22
23
Replicate master slave
24
-SyncSyncID master `GetSyncID --noverbose slave`
+MasterSync master `GetSyncID --noverbose slave`
25
26
psql -c "insert into t1 values (3, 'three');" master
27
psql -c "insert into t1 values (4, 'four');" master
28
29
30
31
32
exit
0 commit comments