aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray/bench/bench.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/intarray/bench/bench.pl')
-rwxr-xr-xcontrib/intarray/bench/bench.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/intarray/bench/bench.pl b/contrib/intarray/bench/bench.pl
index 87462911147..76f66288c0f 100755
--- a/contrib/intarray/bench/bench.pl
+++ b/contrib/intarray/bench/bench.pl
@@ -80,7 +80,7 @@ else
$outf = ($opt{u}) ? 'distinct( message.mid )' : 'message.mid';
}
my $sql =
- "select $outf from "
+ "select $outf from "
. join(', ', keys %table)
. " where "
. join(' AND ', @where) . ';';