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

Commit 9c1dd2a

Browse files
committed
recovery() renamed to recover, major docs update.
* Docs restructured a bit. * Replication groups described more accurately. * Tons of little fixes. * Replication modes, transactions, failovers (WIP) described.
1 parent 59fb1ff commit 9c1dd2a

File tree

2 files changed

+277
-190
lines changed

2 files changed

+277
-190
lines changed

pg_shardman--0.0.2.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ END
12121212
$$ LANGUAGE plpgsql;
12131213

12141214
-- Check consistency of cluster with metadata and perform recovery
1215-
CREATE FUNCTION recovery() RETURNS void AS $$
1215+
CREATE FUNCTION recover() RETURNS void AS $$
12161216
DECLARE
12171217
dst_node shardman.nodes;
12181218
src_node shardman.nodes;
@@ -1240,7 +1240,7 @@ DECLARE
12401240
old_sync_policy text;
12411241
new_sync_policy text;
12421242
BEGIN
1243-
IF shardman.redirect_to_shardlord('recovery()')
1243+
IF shardman.redirect_to_shardlord('recover()')
12441244
THEN
12451245
RETURN;
12461246
END IF;

0 commit comments

Comments
 (0)