mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Rename undocumented utility SyncSyncID to MasterSync.
This commit is contained in:
@ -21,12 +21,12 @@ psql -c "insert into t1 values (1, 'one');" master
|
|||||||
psql -c "insert into t1 values (2, 'two');" master
|
psql -c "insert into t1 values (2, 'two');" master
|
||||||
|
|
||||||
Replicate master slave
|
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 (3, 'three');" master
|
||||||
psql -c "insert into t1 values (4, 'four');" master
|
psql -c "insert into t1 values (4, 'four');" master
|
||||||
|
|
||||||
Replicate master slave
|
Replicate master slave
|
||||||
SyncSyncID master `GetSyncID --noverbose slave`
|
MasterSync master `GetSyncID --noverbose slave`
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
Reference in New Issue
Block a user