CVS User Account cvsuser
Tue Dec 13 19:08:18 PST 2005
Log Message:
-----------
Fix up event documentation - STORE_NODE needs to include no_spool parameter

Modified Files:
--------------
    slony1-engine/src/backend:
        README.events (r1.5 -> r1.6)

-------------- next part --------------
Index: README.events
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/README.events,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lsrc/backend/README.events -Lsrc/backend/README.events -u -w -r1.5 -r1.6
--- src/backend/README.events
+++ src/backend/README.events
@@ -1,12 +1,13 @@
 STORE_NODE
 	ev_data1		no_id
 	ev_data2		no_comment
+	ev_data3		no_spool
 
-	storeNode (no_id, no_comment)
-	storeNode_int (no_id, no_comment)
+	storeNode (no_id, no_comment, no_spool)
+	storeNode_int (no_id, no_comment, no_spool)
 
 	A new initially deactivated node is created. If the node already
-	exists, the no_comment field is updated only.
+	exists, the no_comment and no_spool fields are updated.
 
 
 ENABLE_NODE


More information about the Slony1-commit mailing list