Fix a few errors in comments. Patch by Fujii Masao, plus the one in
[PostgreSQL.git] / src / test / performance / sqls / crtsimpleidx
blobcda626bdbd6cdbe702499ac8ddf2859fad2f83df
1 if ( $TestDBMS =~ /^pgsql/ )
3         `echo "CREATE INDEX simpleidx ON simple (justint);" | time $FrontEnd`;