Wed Jan 12 03:15:39 PST 2005
- Previous message: [Slony1-commit] By darcyb: fix copy/paste typo for deleteing from sl_log_* tables.
- Next message: [Slony1-commit] By darcyb: pgindent run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Copy down the delete from sl_log_[1-2] fix that was discoverd while debugging James Black's large sl_log table/performance issue.
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/slon:
cleanup_thread.c (r1.13.2.4 -> r1.13.2.5)
-------------- 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.4
retrieving revision 1.13.2.5
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.13.2.4 -r1.13.2.5
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -145,7 +145,7 @@
"delete from %s.sl_log_1 "
"where log_origin = '%s' "
"and log_xid < '%s'; "
- "delete from %s.sl_log_1 "
+ "delete from %s.sl_log_2 "
"where log_origin = '%s' "
"and log_xid < '%s'; "
"delete from %s.sl_seqlog "
- Previous message: [Slony1-commit] By darcyb: fix copy/paste typo for deleteing from sl_log_* tables.
- Next message: [Slony1-commit] By darcyb: pgindent run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list