diff options
author | Jeff Boes | 2009-04-22 21:37:47 +0000 |
---|---|---|
committer | Jeff Boes | 2009-04-22 21:37:47 +0000 |
commit | b0ccd4a6e2ef1873188f99e8e78dcf0055bd7768 (patch) | |
tree | ec58bb5cb8aeb83418dd093f9351834b93940f82 | |
parent | b5efdf39a08107c07dce9502edffe368012b63d4 (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 567da8dd0..235f42113 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3019,7 +3019,7 @@ sub check_relation_size { return; -} ## end of check_relations_size +} ## end of check_relation_size sub check_table_size { |