aboutsummaryrefslogtreecommitdiff
path: root/src/test/performance/sqls/crtsimpleidx
blob: f1cae64b54905757c002865a5ef5b5745d85e8cc (plain)
1
2
3
4
if ( $TestDBMS =~ /^pgsql/ )
{
	`echo "CREATE INDEX simpleidx ON simple (justint);" | time $FrontEnd`;
}