From: Greg Sabino Mullane Date: Wed, 23 Nov 2011 14:16:17 +0000 (-0500) Subject: Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres X-Git-Tag: 2.19.0~24 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5cc0f19de74925d624b9ab3c51c8b034e9d66057;p=check_postgres.git Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres --- 5cc0f19de74925d624b9ab3c51c8b034e9d66057 diff --cc check_postgres.pl index eebed9bfe,3539aa6cd..8a71853ad --- a/check_postgres.pl +++ b/check_postgres.pl @@@ -9366,11 -9494,14 +9494,17 @@@ Items not specifically attributed are b =over 4 + =item B + + Add the --assume-prod option (Cédric Villemain) + Add the cluster_id check (Cédric Villemain) + Improve settings_checksum and checkpoint tests (Cédric Villemain) + =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)