projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0955ab6
)
Attribute credit for latest same_schema changes.
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 20 May 2010 21:08:13 +0000
(17:08 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 20 May 2010 21:08:13 +0000
(17:08 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index e9a4810eb042ef974235cd2bdb4027da9b2da9ea..1da91f91ade29929d9a763cf31503418ff79cca1 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-8522,6
+8522,7
@@
Items not specifically attributed are by Greg Sabino Mullane.
=item B<Version 2.15.0>
+ Add index comparison for same_schema (Norman Yamada and Greg Sabino Mullane)
Use $ENV{PGSERVICE} instead of "service=" to prevent problems (Guillaume Lelarge)
Add --man option to show the entire manual. (Andy Lester)
Redo the internal run_command() sub to use -x and hashes instead of regexes.