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