Thu Aug 26 19:44:59 PDT 2004
- Previous message: [Slony1-commit] By wieck: Since every notify causes a new row version for listeners, I
- Next message: [Slony1-commit] By wieck: The comments are right, the code was copied and not modified.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Extra comma slipped in during last edit
Jan
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/slon:
cleanup_thread.c (r1.13.2.1 -> r1.13.2.2)
-------------- next part --------------
Index: cleanup_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.13.2.1 -r1.13.2.2
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -82,7 +82,7 @@
"vacuum analyze %s.sl_setsync; "
"vacuum analyze %s.sl_log_1; "
"vacuum analyze %s.sl_log_2;"
- "vacuum analyze %s.sl_seqlog;",
+ "vacuum analyze %s.sl_seqlog;"
"vacuum analyze pg_catalog.pg_listener;",
rtcfg_namespace,
rtcfg_namespace,
- Previous message: [Slony1-commit] By wieck: Since every notify causes a new row version for listeners, I
- Next message: [Slony1-commit] By wieck: The comments are right, the code was copied and not modified.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list