mirror of https://github.com/citusdata/citus.git
fix the test
parent
0eb985f188
commit
4f4cdff9ee
|
@ -363,3 +363,4 @@ SELECT * FROM count_db_cleanup_records();
|
|||
DROP DATABASE db1;
|
||||
DROP FUNCTION get_temp_databases_on_nodes();
|
||||
DROP FUNCTION ensure_no_temp_databases_on_any_nodes();
|
||||
DROP FUNCTION count_db_cleanup_records();
|
||||
|
|
|
@ -121,3 +121,4 @@ DROP DATABASE db1;
|
|||
|
||||
DROP FUNCTION get_temp_databases_on_nodes();
|
||||
DROP FUNCTION ensure_no_temp_databases_on_any_nodes();
|
||||
DROP FUNCTION count_db_cleanup_records();
|
||||
|
|
Loading…
Reference in New Issue