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
/
drpsimple
blob
327fbcce9df2ab9ff02ae6034afb75e9fa845021
1
2
if ( $TestDBMS =~ /^pgsql/ )
3
{
4
`echo "DROP TABLE simple;" | time $FrontEnd`;
5
}