From: Greg Sabino Mullane Date: Wed, 23 Nov 2011 14:16:07 +0000 (-0500) Subject: Note latest fix. X-Git-Tag: 2.19.0~25 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8e2b0f1a35d3b232d2faa3616a0d478ee1bb24f9;p=check_postgres.git Note latest fix. --- diff --git a/check_postgres.pl b/check_postgres.pl index 3b5852365..eebed9bfe 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9368,6 +9368,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =item B + Do no do an inner join to pg_user when checking database size + (Greg Sabino Mullane; reported by Emmanuel Lesouef) + Use the full path when getting sequence information for same_schema. (Greg Sabino Mullane; reported by Cindy Wise)