diff options
author | Greg Sabino Mullane | 2013-05-01 01:55:35 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-05-01 01:55:35 +0000 |
commit | ba54c60a12e6a917bfd6ef6e0213ff88375e6525 (patch) | |
tree | 2db2cf83e0424d758540d67337fa3747665a6fec | |
parent | b55b3ef0b1371e56f4946795359dd321881bffbe (diff) |
Typo
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 85f7fef71..e4e7de12d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9805,7 +9805,7 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Improve settings_checksum and checkpoint tests (Cédric Villemain) - Do no do an inner join to pg_user when checking database size + Do not 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. |