Fix a few errors in comments. Patch by Fujii Masao, plus the one in
[PostgreSQL.git] / src / test / performance / sqls / slcsimple
blobe153a3838ce02cb5ad9f2e49aea7faf2b4dd9e82
2 `> .sqlf`;
4 # PgSQL specific to execute all queries in single xaction
5 `echo "BEGIN;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );
8 `cat sqls/slcsimple.data >> .sqlf`;
11 `echo "END;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );
13 # Run queries
14 `time $FrontEnd < .sqlf`;