Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / test / performance / sqls / crtsimple
blob478e7c613b481dabe8ddfffcee5e225bc114c1a5
2 if ( $TestDBMS =~ /^pgsql/ )
4         `echo "CREATE TABLE simple (justint int);" | time $FrontEnd`;