repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a few errors in comments. Patch by Fujii Masao, plus the one in
[PostgreSQL.git]
/
src
/
test
/
performance
/
sqls
/
crtsimpleidx
blob
cda626bdbd6cdbe702499ac8ddf2859fad2f83df
1
if ( $TestDBMS =~ /^pgsql/ )
2
{
3
`echo "CREATE INDEX simpleidx ON simple (justint);" | time $FrontEnd`;
4
}
5