diff options
author | Andy Lester | 2010-02-26 16:03:26 +0000 |
---|---|---|
committer | Andy Lester | 2010-02-26 16:03:26 +0000 |
commit | f7e3ce0d51ee2f74abbd0b34ebd0f9ae7f7525f0 (patch) | |
tree | ae31f6106ddf4d3edbd6edb2b57699d4c0baabcb /check_postgres.pl | |
parent | b0e54c19e45c0b71088cd5e3b94b41c2ddf9180e (diff) | |
parent | 365b4e0c97d73515e81e1fce000645f489b23551 (diff) |
Merge commit 'bucardo/master'
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 1 |
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}"} = { |