summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorAndy Lester2010-02-26 16:03:26 +0000
committerAndy Lester2010-02-26 16:03:26 +0000
commitf7e3ce0d51ee2f74abbd0b34ebd0f9ae7f7525f0 (patch)
treeae31f6106ddf4d3edbd6edb2b57699d4c0baabcb /check_postgres.pl
parentb0e54c19e45c0b71088cd5e3b94b41c2ddf9180e (diff)
parent365b4e0c97d73515e81e1fce000645f489b23551 (diff)
Merge commit 'bucardo/master'
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 594610d34..7abd140e3 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -4856,6 +4856,7 @@ SQL
next;
}
my ($schema,$name,$args,$md5,$isstrict,$retset,$volatile) = ($1,$2,$3,$4,$5,$6,$7);
+ $args =~ s/ /,/g;
$args =~ s/(\d+)/$thing{$x}{type}{$1}/g;
$args =~ s/^\s*(.*)\s*$/($1)/;
$thing{$x}{functions}{"${schema}.${name}${args}"} = {