nontransactional-citus-upgrade-fix
Gokhan Gulbiz 2023-09-28 10:18:48 +03:00
parent 773a481266
commit fb71ad5489
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 0 deletions

View File

@ -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;