Skip to content

Commit

Permalink
Update upgrade_citus_finish_citus_upgrade with 11.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Feb 3, 2025
1 parent b690d1c commit a83c115
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ AS upgrade_test_old_citus_version_lt_11_0;
-- this is a transactional procedure, so rollback should be fine
BEGIN;
CALL citus_finish_citus_upgrade();
NOTICE: already at the latest distributed schema version (11.3-1)
NOTICE: already at the latest distributed schema version (11.1-1)
ROLLBACK;
-- do the actual job
CALL citus_finish_citus_upgrade();
NOTICE: already at the latest distributed schema version (11.3-1)
NOTICE: already at the latest distributed schema version (11.1-1)
-- show that the upgrade is successfull
SELECT metadata->>'last_upgrade_version' = extversion
FROM pg_dist_node_metadata, pg_extension WHERE extname = 'citus';
Expand Down

0 comments on commit a83c115

Please sign in to comment.