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