X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/de61618de37c2e0b4ed7b972a73ceba0f169fe09..94d9e89201dda9611078da5612cf346874e16ed3:/trunk/cgi-bin/show_status.pl diff --git a/trunk/cgi-bin/show_status.pl b/trunk/cgi-bin/show_status.pl index e1a6ef6..646195c 100755 --- a/trunk/cgi-bin/show_status.pl +++ b/trunk/cgi-bin/show_status.pl @@ -34,7 +34,8 @@ elsif ($sortby eq 'compiler') $sort_clause = "lower(compiler), compiler_version,"; } -my $db = DBI->connect($dsn,$dbuser,$dbpass) or die("$dsn,$dbuser,$dbpass,$!"); +my $db = DBI->connect($dsn,$dbuser,$dbpass,{pg_expand_array => 0}) + or die("$dsn,$dbuser,$dbpass,$!"); my $statement =<