Rename citusdb to citus in regression test output

pull/326/head
Marco Slot 2016-02-17 23:33:30 +01:00
parent 75a141a7c6
commit 71af0e496e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ BEGIN;
DROP TABLE testtableddl;
ERROR: DROP distributed table cannot run inside a transaction block
CONTEXT: SQL statement "SELECT master_drop_all_shards(v_obj.objid, v_obj.schema_name, v_obj.object_name)"
PL/pgSQL function citusdb_drop_trigger() line 15 at PERFORM
PL/pgSQL function citus_drop_trigger() line 15 at PERFORM
ROLLBACK;
-- verify that the table can be dropped
DROP TABLE testtableddl;