mirror of https://github.com/citusdata/citus.git
debug
parent
773a481266
commit
fb71ad5489
|
@ -12,6 +12,8 @@ BEGIN;
|
||||||
CALL citus_finish_citus_upgrade();
|
CALL citus_finish_citus_upgrade();
|
||||||
ROLLBACK;
|
ROLLBACK;
|
||||||
|
|
||||||
|
-- debug
|
||||||
|
\df+ pg_catalog.citus_finalize_upgrade_to_citus11;
|
||||||
-- we should be able to upgrade with nontransactional metadata sync as well
|
-- we should be able to upgrade with nontransactional metadata sync as well
|
||||||
SET citus.metadata_sync_mode TO 'nontransactional';
|
SET citus.metadata_sync_mode TO 'nontransactional';
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
Loading…
Reference in New Issue