Thu Aug 26 19:28:09 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: Added a new file, "randomfacts.txt", to contain facts that
- Next message: [Slony1-commit] By wieck: Extra comma slipped in during last edit Jan
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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,
- Previous message: [Slony1-commit] By cbbrowne: Added a new file, "randomfacts.txt", to contain facts that
- Next message: [Slony1-commit] By wieck: Extra comma slipped in during last edit Jan
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list