Drop test_schema at the end, because that otherwise interferes with the
collate.linux.utf8 test.
-- clean up
\c
+DROP SCHEMA test_schema;
DROP OWNED BY testrol0, "Public", "current_user", testrol1, testrol2, testrolx CASCADE;
DROP ROLE testrol0, testrol1, testrol2, testrolx;
DROP ROLE "Public", "None", "current_user", "session_user", "user";
-- clean up
\c
+DROP SCHEMA test_schema;
DROP OWNED BY testrol0, "Public", "current_user", testrol1, testrol2, testrolx CASCADE;
DROP ROLE testrol0, testrol1, testrol2, testrolx;
DROP ROLE "Public", "None", "current_user", "session_user", "user";