CVS User Account cvsuser
Wed Aug 4 15:58:43 PDT 2004
Log Message:
-----------
Fixed a couple of comments that had bad function signatures

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

-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.17 -r1.18
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -1408,7 +1408,7 @@
 			p_set_id, v_local_node_id, p_set_comment);
 end;
 ' language plpgsql;
-comment on function @NAMESPACE at .store_set(int4, text) is
+comment on function @NAMESPACE at .storeSet(int4, text) is
 'Generate STORE_SET event for set set_id with human readable comment set_comment';
 
 -- ----------------------------------------------------------------------
@@ -1873,7 +1873,7 @@
 	return p_set_id;
 end;
 ' language plpgsql;
-comment on function @NAMESPACE at .moveSet_int(int4, int4) is 
+comment on function @NAMESPACE at .moveSet_int(int4, int4, int4) is 
 'moveSet(set_id, old_origin, new_origin)
 
 Process MOVE_SET event to request that the origin for set set_id be


More information about the Slony1-commit mailing list