Fix typo in upgrade function

pull/5816/head
Marco Slot 2022-03-16 22:01:47 +01:00 committed by Marco Slot
parent 68bfc8d1c0
commit 22a18fc1f2
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ END;
GROUP BY result;
IF enforce_version_check AND worker_node_version_count != 1 THEN
RAISE EXCEPTION 'All nodes should have the same Citus version installed. Currently '
'the some of the workers has version different versions';
'some of the workers have different versions.';
ELSE
RAISE DEBUG 'All worker nodes have the same Citus version';
END IF;

View File

@ -123,7 +123,7 @@ END;
GROUP BY result;
IF enforce_version_check AND worker_node_version_count != 1 THEN
RAISE EXCEPTION 'All nodes should have the same Citus version installed. Currently '
'the some of the workers has version different versions';
'some of the workers have different versions.';
ELSE
RAISE DEBUG 'All worker nodes have the same Citus version';
END IF;