Fri Jan 28 22:45:34 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Allow -t timeout parameter to be as much as 10 minutes long
- Next message: [Slony1-commit] By cbbrowne: A reference to last_sync_group_size was missed; added it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Reformatted function call contents to make indentation consistent
Modified Files:
--------------
slony1-engine/src/slon:
remote_listen.c (r1.20 -> r1.21)
-------------- next part --------------
Index: remote_listen.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_listen.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -Lsrc/slon/remote_listen.c -Lsrc/slon/remote_listen.c -u -w -r1.20 -r1.21
--- src/slon/remote_listen.c
+++ src/slon/remote_listen.c
@@ -513,8 +513,8 @@
* ---------- remoteListen_forward_confirm
*
* Read the last confirmed event sequence for all nodes from the remote database
- * and forward it to the local database so that the cleanup process will know
- * when all nodes have confirmed an event and it can be thrown away (together
+ * and forward it to the local database so that the cleanup process can know
+ * when all nodes have confirmed an event so it may be safely thrown away (together
* with its log data). ----------
*/
static int
- Previous message: [Slony1-commit] By cbbrowne: Allow -t timeout parameter to be as much as 10 minutes long
- Next message: [Slony1-commit] By cbbrowne: A reference to last_sync_group_size was missed; added it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list