You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: multimaster--1.0.sql
+13-4
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,28 @@ CREATE FUNCTION mtm.stop_replication() RETURNS void
18
18
AS'MODULE_PATHNAME','mtm_stop_replication'
19
19
LANGUAGE C;
20
20
21
+
-- Stop replication to the node. Node is didsabled, If drop_slot is true, then replication slot is dropped and node can be recovered using basebackup and recover_node function.
22
+
-- If drop_slot is false and limit for maximal slot gap was not reached, then node can be restarted using resume_node function.
0 commit comments