CVS User Account cvsuser
Thu Aug 26 19:28:09 PDT 2004
Log Message:
-----------
Since every notify causes a new row version for listeners, I added
pg_listener to the list of tables vacuumed by the cleanup_thread.

Jan

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine/src/slon:
        cleanup_thread.c (r1.13 -> r1.13.2.1)

-------------- next part --------------
Index: cleanup_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.13 -r1.13.2.1
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -83,6 +83,7 @@
 			"vacuum analyze %s.sl_log_1; "
 			"vacuum analyze %s.sl_log_2;"
 			"vacuum analyze %s.sl_seqlog;",
+			"vacuum analyze pg_catalog.pg_listener;",
 			rtcfg_namespace, 
 			rtcfg_namespace, 
 			rtcfg_namespace, 


More information about the Slony1-commit mailing list