summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck_postgres.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index e6fc9da69..90ca0da06 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -4848,6 +4848,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}"} = {