CVS User Account cvsuser
Thu Sep 14 11:48:34 PDT 2006
Log Message:
-----------
fix for typo in comment.

Modified Files:
--------------
    slony1-engine/src/backend:
        slony1_funcs.sql (r1.97 -> r1.98)

-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.97
retrieving revision 1.98
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.97 -r1.98
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -2222,7 +2222,7 @@
 	if v_local_node_id = p_new_origin then
 		-- Create a SYNC event as well so that the ACCEPT_SET has
 		-- the same snapshot as the last SYNC generated by the new
-		-- origin. This snapshot will be used bu other nodes to
+		-- origin. This snapshot will be used by other nodes to
 		-- finalize the setsync status.
 		perform @NAMESPACE at .createEvent(''_ at CLUSTERNAME@'', ''SYNC'', NULL);
 		perform @NAMESPACE at .createEvent(''_ at CLUSTERNAME@'', ''ACCEPT_SET'', 



More information about the Slony1-commit mailing list