Fri Aug 27 13:26:27 PDT 2004
- Previous message: [Slony1-commit] By wieck: The comments are right, the code was copied and not modified.
- Next message: [Slony1-commit] By darcyb: Remove un-initilized query4 Thanks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Added pg_listener to the list of vacuumed relations. Jan Modified Files: -------------- slony1-engine/src/slon: cleanup_thread.c (r1.13 -> r1.14) -------------- 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.14 diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.13 -r1.14 --- src/slon/cleanup_thread.c +++ src/slon/cleanup_thread.c @@ -82,7 +82,8 @@ "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, rtcfg_namespace,
- Previous message: [Slony1-commit] By wieck: The comments are right, the code was copied and not modified.
- Next message: [Slony1-commit] By darcyb: Remove un-initilized query4 Thanks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list