We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6a5cb commit 971914bCopy full SHA for 971914b
jobs/smoke-tests/templates/bin/run
@@ -59,8 +59,7 @@ done
59
echo
60
echo "done with tests; waiting for pgbench to finish up"
61
62
-
63
-wait
+wait $PGBENCH
64
65
66
echo "pgbench exited $?"
jobs/smoke-tests/templates/sql/pgbench_cleanup.sql
@@ -14,7 +14,6 @@ DO $$
14
tablename LIKE 'pgbench\_%'
15
LOOP
16
EXECUTE 'DROP TABLE ' || quote_ident(row.schemaname) || '.' || quote_ident(row.tablename);
17
- RAISE INFO 'Dropped table: %', quote_ident(row.schemaname) || '.' || quote_ident(row.tablename);
18
END LOOP;
19
END $$
20
LANGUAGE plpgsql;
0 commit comments