Adjust docs from earlier remote merge.
authorGreg Sabino Mullane <[email protected]>
Mon, 11 Feb 2013 21:24:31 +0000 (16:24 -0500)
committerGreg Sabino Mullane <[email protected]>
Mon, 11 Feb 2013 21:24:31 +0000 (16:24 -0500)
check_postgres.pl

index 6852d4824c5c9caf82b27cc61ead5a6b2e65a2be..9dc3d61a55168004dfc0e5cccd4b2fae337eb305 100755 (executable)
@@ -9745,10 +9745,6 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane).
 
 =over 4
 
-=item B<Version 2.20.1> January 9, 2013
-  Fix the check_bloat SQL to take inherited tables into account, and assume 2k for non-analyzed columns.
-    (Geert Pante)
-
 =item B<Version 2.20.0>
 
   Add check for pgagent jobs (David E. Wheeler)
@@ -9760,6 +9756,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane).
 
   Allow txn_idle to work again for < 8.3 servers by switching to query_time.
 
+  Fix the check_bloat SQL to take inherited tables into account,
+    and assume 2k for non-analyzed columns. (Geert Pante)
+
   Cache sequence information to speed up same_schema runs.
 
   Fix --excludeuser in check_txn_idle (Mika Eloranta)