CVS User Account cvsuser
Tue Jan 2 11:34:12 PST 2007
Log Message:
-----------
Code for long running transaction check wasn't listing node ID, making
it painful to search around for which node the problem was associated
with.

Modified Files:
--------------
    slony1-engine/tools:
        test_slony_state-dbi.pl (r1.4 -> r1.5)
        test_slony_state.pl (r1.6 -> r1.7)

-------------- next part --------------
Index: test_slony_state-dbi.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/test_slony_state-dbi.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ltools/test_slony_state-dbi.pl -Ltools/test_slony_state-dbi.pl -u -w -r1.4 -r1.5
--- tools/test_slony_state-dbi.pl
+++ tools/test_slony_state-dbi.pl
@@ -261,7 +261,7 @@
   print "\n";
 
   print "\n------------------------------------------------------------------------------\n";
-  print "\nListing of old open connections\n";
+  printf "\nListing of old open connections on node %d\n", $node;
   printf "%15s %15s %15s %12s %20s\n", "Database", "PID", "User", "Query Age", "Query";
   print "================================================================================\n";
 
Index: test_slony_state.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/test_slony_state.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ltools/test_slony_state.pl -Ltools/test_slony_state.pl -u -w -r1.6 -r1.7
--- tools/test_slony_state.pl
+++ tools/test_slony_state.pl
@@ -252,7 +252,7 @@
   print "\n";
 
   print "\n------------------------------------------------------------------------------\n";
-  print "\nListing of old open connections\n";
+  printf "\nListing of old open connections on node %d\n", $node;
   printf "%15s %15s %15s %12s %20s\n", "Database", "PID", "User", "Query Age", "Query";
   print "================================================================================\n";
 



More information about the Slony1-commit mailing list