Fix dbstats typo - thanks to Andras Fabian for finding this.
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 12 Mar 2009 15:06:44 +0000 (11:06 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 12 Mar 2009 15:06:44 +0000 (11:06 -0400)
check_postgres.pl

index 6306ec4e74a66c09835daef35960325ab4b4d976..33f6a6fb156f9e610bd79ef076e4e0e784675603 100755 (executable)
@@ -4373,7 +4373,7 @@ sub show_dbstats {
                                }
                                next SLURP unless $keepit;
                        }
-                       my $template = "backends:%d commits:%d rollbacks:%d read:%d hit:%d ret:%d fetch:%d ins:%d del:%d";
+                       my $template = "backends:%d commits:%d rollbacks:%d read:%d hit:%d ret:%d fetch:%d ins:%d upd: %d del:%d";
                        my $msg = sprintf "$template", @stats, (0,0,0,0);
                        print "$msg dbname:$dbname\n";
                }
@@ -5663,7 +5663,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
-=item B<Version 2.8.0> (February ??, 2009)
+=item B<Version 2.8.0> (March ??, 2009)
 
   Added the 'disabled_triggers' check.
   Added internationalization support.
@@ -5671,6 +5671,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
   Make the backends search return ok if no matches due to inclusion rules,
     per report by Guillaume Lelarge
   Begin adding comprehensive unit tests.
+  Fix missing 'upd' field in show_dbstats (Andras Fabian)
 
 =item B<Version 2.7.3> (February 10, 2009)